-
Updated
Jul 21, 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,970 public repositories matching this topic...
-
Updated
Jul 18, 2022 - JavaScript
-
Updated
Jul 21, 2022 - Rust
-
Updated
Jul 20, 2022 - Haskell
-
Updated
Jul 10, 2022 - Rust
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
The upstream issues got closed. It is referenced in:
This issue was created by the ORY Closed Reference Notifier GitHub action.
-
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
Ubuntu 22.04
OpenRCT2 build
OpenRCT2, v0.4.1-3 (312ad3e3ce on refactor/initialise-g1, DEBUG)
Describe the issue
Title should be self-explanatory.
Originally reported here: https://forums.openrct2.org/topic/5916-stalls-auto-orienting-themselves-
-
Updated
May 2, 2021 - JavaScript
-
Updated
Jul 15, 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
Jul 19, 2022 - JavaScript
-
Updated
Jul 11, 2022 - Ruby
-
Updated
Jul 17, 2022 - Ruby
-
Updated
Jan 6, 2022 - C
1.4.230 build fails
Description
I found myself trying to rebuild mumble 1.4.230 after another update with custom settings.
But I failed to do that, because of error
CMake Error at overlay_gl/CMakeLists.txt:37 (CHECK_INCLUDE_FILE):
Unknown CMake command "CHECK_INCLUDE_FILE".
Is it arch problem, or https://cmake.org/cmake/help/latest/module/CheckIncludeFile.html macros should be included in upstr
- Wikipedia
- Wikipedia



When sending a request body that decodes a
Contenttype. 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