-
Updated
Feb 2, 2021 - JavaScript
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...
-
Updated
Feb 12, 2021 - Go
-
Updated
Feb 9, 2021 - Swift
-
Updated
Feb 9, 2021 - Haskell
-
Updated
Feb 7, 2021
-
Updated
Jan 31, 2021 - Rust
Add a changelog
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.
API documentation for nodejs client for hydra returns a 404
The link mentioned in the documentation: https://github.com/ory/hydra/blob/master/sdk/js/swagger/README.md
-
Updated
Feb 12, 2021 - Go
-
Updated
Jan 14, 2021 - JavaScript
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
-
Updated
Feb 12, 2021 - Go
Context and Description
The READMEs and any example code in all projects should be updated to reflect the move from the IBM-Swift organization to the Kitura organization.
If anyone wants to take on all or part of this, please comment here so other's know what you're working on and submit PR's. :-)
Thanks!
-
Updated
Feb 12, 2021 - JavaScript
-
Updated
Feb 10, 2021 - Ruby
-
Updated
Dec 15, 2020 - Ruby
-
Updated
Feb 4, 2021 - C
-
Updated
Feb 8, 2021 - C#
-
Updated
Dec 11, 2020 - JavaScript
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
-
Updated
Feb 11, 2021 - C++
- Wikipedia
- Wikipedia
Is your feature request related to a problem? Please describe.
During testing I expected
github.com/kataras/iris/v12/httptest.Response.Statusto 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