Skip to content
#

Server

A server is a program or device that provides functionality for other programs and devices, called clients. This relation forms the Client-Server Model.

Here are 8,361 public repositories matching this topic...

iris
kalmant
kalmant commented Feb 4, 2021

Is your feature request related to a problem? Please describe.
During testing I expected github.com/kataras/iris/v12/httptest.Response.Status to fail the test immediately if a different status is received. Therefore on subsequent lines I performed some operations that could result in a panic if let's say the response code was not as expected. It turns that it does not fail fast, it simply f

thornjad
thornjad commented Dec 18, 2019

As we attempt to pick up the release cadence, we are in need of an explicit changelog file which enumerates changes in each version. This should be a markdown or plaintext file adhering to some form of standardized format. Ideally, it will be able to work with #582.

duncanspumpkin
duncanspumpkin commented Feb 7, 2021

In our sister project I introduced the _mph literal for speeds OpenLoco/OpenLoco#736
I'm almost definitely the underlying units are the same in OpenRCT2. Therefore we should bring in the same changes. First add the string literal code. Then find all of the velocity literals in the vehicle code.

Its quite easy to do just convert the literal to hex so 393216 = `0x6000

SeerLite
SeerLite commented Feb 11, 2021

Context
When I'm too lazy to read the options or have to turn down the volume for someone quickly.

Describe the feature you have in mind
Move the volume slider from the "Local Volume Adjustment..." option to the context menu directly.

Describe alternatives you've considered
Add big colorful icons to the context menu options or move the less used ones to a sub-menu, to make it

Wikipedia
Wikipedia