-
Updated
on Mar 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,548 public repositories matching this topic...
-
Updated
on Mar 16, 2021 - Go
-
Updated
on Mar 14, 2021 - Go
-
Updated
on Mar 18, 2021 - Swift
-
Updated
on Mar 14, 2021 - Haskell
-
Updated
on Feb 23, 2021
-
Updated
on Feb 17, 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.
-
Updated
on Mar 15, 2021 - Go
-
Updated
on 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
on Mar 16, 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
on Mar 17, 2021 - JavaScript
-
Updated
on Mar 17, 2021 - Ruby
-
Updated
on Feb 24, 2021 - Ruby
-
Updated
on Mar 16, 2021 - C
-
Updated
on Mar 16, 2021 - C#
-
Updated
on Mar 9, 2021 - JavaScript
As the title, the users of same channel will have different order when use different OS, such as windows vs MAC, or even windows Chinese GB VC Big5.
I checked the code
https://github.com/mumble-voip/mumble/blob/master/src/User.cpp
Hope you can think about using something like strcasecmp to replace QString::localeAwareCompare.
Thanks.
David
-
Updated
on Mar 17, 2021 - C++
- Wikipedia
- Wikipedia
Describe the bug
Thank you for a great project and documentation. I ran into a bug (I think) while playing with the 5 minute tutorial.
When revoking an access token that is not found the hydra server returns a 404 response but this is not a defined response in the swagger specification. This leads to an error like `response status code does not match any response statuses defined for thi