-
Updated
Apr 22, 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,745 public repositories matching this topic...
-
Updated
Apr 25, 2021 - Go
-
Updated
Apr 22, 2021 - Go
-
Updated
Apr 25, 2021 - Haskell
-
Updated
Feb 23, 2021
-
Updated
Apr 19, 2021 - Rust
Support ES256
So fosite has ES256 support, I have seen some past PRs to support ES256 in Hydra (ory/hydra#628, ory/hydra#627), but looking at the code I do not see it really being supported in Hydra.
While RS256 is recommended by the spec, ES256 is close to that with its "Recommended+" recommendation. Support
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
Feb 22, 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
Apr 22, 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
Apr 24, 2021 - JavaScript
-
Updated
Apr 25, 2021 - Ruby
-
Updated
Apr 19, 2021 - Ruby
-
Updated
Mar 31, 2021 - C
-
Updated
Apr 22, 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
Apr 23, 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.