-
Updated
May 26, 2022 - JavaScript
rest
A representational state transfer (REST) API is a way to provide compatibility between computer systems on the Internet. The concept was first outlined in a dissertation by Roy Fielding in 2000.
Here are 9,325 public repositories matching this topic...
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- Go to realtime
- Paste url
wss://ris-live.ripe.net/v1/ws/?client=hoppscotch.io - Observe connect is disabled
- Remove parameter, quickly undo it and click connect (also a bug)
- Send
{ "type": "ris_subscribe" }to the remote server - Observe you receive
Base64 packing the logo is unproductive and prohibitively complicated.
Originally I just thought it was related to the method of delivery, minification,etc....
But then I discovered the "enterprise" copy you sell directly offers the "feature" of changing the logo, which then just packs up a new image.
Now I realize why changing the logo is difficult and you won't document how to do it in
-
Updated
May 20, 2022 - Python
When using Typescript <FilterLiveSearch> does not allow the fullWidth parameter but behaves as expected when adding a @ts-ignore
{/* @ts-ignore */}
<FilterLiveSearch source="q" fullWidth />
Thanks in advance for the correction.
-
Updated
Jun 2, 2022 - Haskell
-
Updated
Jun 2, 2022 - Go
-
Updated
May 31, 2022 - Mustache
Is your feature request related to a problem? Please describe.
Recently noticed how many PHP based projects migrates from Travis-CI to GitHub Actions. I didn't try it yet, but after a quick reading I see that GitHub Actions has Ubuntu environment with preinstalled PHP from 7.4 to 8.1, while Travis CI offers [Bi
-
Updated
May 30, 2022 - JavaScript
-
Updated
Jul 21, 2021 - Java
Sometimes it might be handy to easily get a header's value as int, where validation errors would automatically result in an HTTP 400, along the lines of req.get_header_as_datetime & [req.get_param_as_int](https://falcon.readthedocs.io/en/stable/api/request_and_response_wsgi.ht
-
Updated
Jun 2, 2022 - Java
Port tests from Got
Got has a very good coverage test-wise. Would be nice to port relevant tests that we're missing over to Ky.
Note: Not for https://github.com/sindresorhus/ky/blob/master/test/browser.js, but for everything else.
-
Updated
May 26, 2022 - Python
-
Updated
Jun 1, 2022 - JavaScript
-
Updated
May 25, 2022 - TypeScript
-
Updated
Jun 1, 2022 - Java
-
Updated
May 31, 2022 - JavaScript
I believe the comparison operator used in the IsBroken method is wrong because the rule is checking that meeting attendees limit must be greater than guests limit.
-
Updated
Apr 14, 2022 - TypeScript
Hello! We had a need for the "does not contain" pattern while using your tool.
Usage example :
We have multiple query parameters "groups" in a URL: http://localhost:1111/test-stub?groups=Qwerty&qroups=Qwerty2
So we need to do something like
...
"id" : "c459a482-5b18-4c12-a17f-be2834fd6cdf",
"name" : "mapping-name",
"request" : {
"urlPath" : "/test-stub",
"metho
First check