-
Updated
Jun 27, 2022 - Go
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 10,866 public repositories matching this topic...
-
Updated
Jun 16, 2022 - JavaScript
-
Updated
Jun 27, 2022 - Rust
-
Updated
Jun 24, 2022 - Haskell
-
Updated
Jun 16, 2022 - Rust
The upstream issues got closed. It is referenced in:
This issue was created by the ORY Closed Reference Notifier GitHub action.
Would it be possible to let folks pass their own slugify
function to generate slugs for markdown headings? Some usecases for this are
- backward compatibility (if I'm migrating from some other framework)
- customization of slugs (one off custom transformations)
- handling special usecases for non-latin languages (like Urdu)
Possible alternative
If it is too much, [@sindresorhus/sl
-
Updated
Mar 20, 2022
This is a feature request, to display the valid SSL name (from the certificate) when starting up the server.
Steps to reproduce the issue, if applicable. Include the actual command and output and/or stack trace.
$ http-server -S
Starting up http-server, serving ./ through https
Available on:
https://127.0.0.1:8080
https://192.168.77.123:8080
**What did you exp
Operating System
Windows 10, 64 bit
OpenRCT2 build
OpenRCT2, v0.4.0-174-gc8df66f (c8df66f on develop) provided by GitHub
Describe the issue
The implementation of String::Format_VA
(mostly called from the String::Format
overload without the buffer argument) allocates space for the string, and it's up to the user to free this (Memory::Free
). This is however rarely do
-
Updated
May 2, 2021 - JavaScript
-
Updated
Jun 14, 2022 - Go
-
Updated
Apr 28, 2022 - 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
Jun 27, 2022 - JavaScript
-
Updated
Jun 27, 2022 - Ruby
-
Updated
Jun 8, 2022 - Ruby
-
Updated
Jan 6, 2022 - C
Context
Right now Mumble iterates through every program name of every PID for every positional audio plugin. This is quite wasted CPU time if either the PID count is high or plugin count is high, as the time complexity is in
- Wikipedia
- Wikipedia
When sending a request body that decodes a
Content
type. If the request is sent as multipart with the right header set, but the body is empty, a 500 error is returned. This can cause problems with apps that have automatic reporting for internal server errors as it should be reported as a bad request