-
Updated
May 20, 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,849 public repositories matching this topic...
-
Updated
May 19, 2021 - Go
-
Updated
May 19, 2021 - Go
-
Updated
May 16, 2021 - Haskell
-
Updated
May 1, 2021
-
Updated
Apr 19, 2021 - Rust
The upstream pull got closed. It is referenced in:
This issue was created by the ORY Closed Reference Notifier GitHub action.
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.
-
Updated
May 2, 2021 - JavaScript
We currently use a macro for writing down a money amount as a literal. We should move to a more modern C++ representation with a user defined literal like the below:
constexpr money32 operator"" _GBP(long double money)
{
return money * 10;
}
static_assert(MONEY(2, 40) == 2.40_GBP);
Go through the codebase and replace all MONEY macro uses with the equivalent version. You m
-
Updated
May 20, 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
May 20, 2021 - JavaScript
-
Updated
May 19, 2021 - Ruby
-
Updated
May 10, 2021 - Ruby
-
Updated
May 8, 2021 - C
-
Updated
Apr 29, 2021 - C#
-
Updated
Mar 9, 2021 - JavaScript
Describe the bug
According to https://github.com/mumble-voip/mumble/blob/d6f9e97ad64828066d5134c9d87e2673847eed79/src/mumble/ServerHandler.cpp#L557
the third true
parameter essentially disable the TCP mode check here: https://github.com/mumble-voip/mumble/blob/d6f9e97ad64828066d5134c9d87e2673847eed79/src/mumble/ServerHandler.cpp#L277
Which in this case, client keeps sending UDP ping r
-
Updated
May 18, 2021 - C++
... to make it easier to read Vespa documentation on an e-reader / offline
Vespa documentation is generated using Jekyll from .md and .html files, look into options for generating the artifact as part of site generation (there might be plugins we can use here)
- Wikipedia
- Wikipedia
Is your feature request related to a problem? Please describe.
As per https://discordapp.com/channels/431917998102675485/435928766812913664/833695763296813107 http apis which return content with Content-Type plain/text hit an Abort.httpDecoder error: Unsupported Media Type when decoding.
e.g.