-
Updated
Nov 3, 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 9,683 public repositories matching this topic...
-
Updated
Nov 5, 2021 - Go
-
Updated
Nov 6, 2021 - Go
-
Updated
Nov 6, 2021 - Haskell
-
Updated
Nov 3, 2021 - Rust
-
Updated
Oct 23, 2021
Preflight checklist
- I could not find a solution in the existing issues, docs, nor discussions.
- I agree to follow this project's Code of Conduct.
- I have read and am following this repository's Contribution Guidelines.
- This issue affects my [Ory Clou
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 x64
OpenRCT2 build
OpenRCT2, v0.3.4.1 (af78bbb on develop) provided by GitHub
Describe the issue
This bug is mostly noticeable using a custom theme where the secondary colour is set to something dark.
Area(s) with issue?
No response
Steps to reproduce
- Open the tile inspector
- Select a couple different element
- Observe how the text
-
Updated
May 2, 2021 - JavaScript
-
Updated
Oct 29, 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
Nov 6, 2021 - JavaScript
-
Updated
Oct 11, 2021 - Go
-
Updated
Nov 6, 2021 - Ruby
-
Updated
Aug 12, 2021 - Ruby
-
Updated
Nov 6, 2021 - C#
-
Updated
Jul 25, 2021 - C
-
Updated
Mar 9, 2021 - JavaScript
-
Updated
Nov 1, 2021 - C++
Hi Team,
I have created a vespa multinode stack and performed a load test for search query
- search with single field with 60s timeout - median was consistent around 150 to 200ms
endpoint : /search/
http request : POST
Body:
{
"yql":"select * from sources * where table contains "testing.vespa.search"
} - search with more fields and conditions - median was 100+ secs which is very
- Wikipedia
- Wikipedia

We had a typo in our code that led to this error: https://github.com/vapor/vapor/blob/main/Sources/Vapor/Routing/Parameters%2BRequire.swift#L23. It was hard to debug in part because of the vague
Abort(.internalServerError). I suggest adding areasonvalue to theAbort, unless that would be considered a breaking change. I can submit a PR if you're interested.