-
Updated
Jun 25, 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,046 public repositories matching this topic...
-
Updated
Jun 28, 2021 - Go
-
Updated
Jun 16, 2021 - Go
-
Updated
Jun 28, 2021 - Haskell
-
Updated
Apr 19, 2021 - Rust
-
Updated
May 1, 2021
The upstream pull got closed. It is referenced in:
This issue was created by the ORY Closed Reference Notifier GitHub action.
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
May 2, 2021 - JavaScript
This code relies on an overflow:
https://github.com/OpenRCT2/OpenRCT2/blob/9383fcef410aa6a94e3ad07a8da4a2eba41fbdb8/src/openrct2-ui/windows/Ride.cpp#L1603-L1612
There are multiple occurrences like this, all of them should be changed.
This is prone to errors when things like either type or max value change.
-
Updated
Jun 26, 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
Jun 28, 2021 - JavaScript
-
Updated
Jun 27, 2021 - Ruby
-
Updated
May 10, 2021 - Ruby
-
Updated
Jun 24, 2021 - C#
-
Updated
May 29, 2021 - C
The dialog currently opens on the top of my screen, even in negative position so that the title bar is mostly outside of my screen.
It also shows way off horizontally.
I would also expect it to show modally, blocking input to the settings window. At the moment you can click shortcut again, closing the previous dialog and opening a new dialog.
This is confusing and can lead to current changes
-
Updated
Mar 9, 2021 - JavaScript
-
Updated
Jun 27, 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
Describe the bug
Using content type
application/x-www-form-urlencoded
, Validating a request body contents forrequired
fields, when none of them is present on the the body, validator returnsAbort.422: Unprocessable Entity
error instead ofValidationError
This issue will not occurs when content type is
application/json
To Reproduce
Create a request content with one