-
Updated
Mar 31, 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,100 public repositories matching this topic...
First check
- I added a very descriptive title to this issue.
- I used the GitHub search to find a similar issue and didn't find it.
- I searched the FastAPI documentation, with the integrated search.
- I already searched in Google "How to X in FastAPI" and didn't find any information.
- I already read and followed all the tutorial in the docs and didn't find an answ
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
Example app: https://pp0o4x40p0.codesandbox.io/#/posts/13
I just copied the last tab a couple of times and you'll see a scrollbar at the bottom.
What I expected: that the Tabs
component would be scrollable and the application not to crash.
I think this is because the Tabs parent width is implicit instead of explicit.

>>> client = falcon.testing.TestClient(app)
>>> result = client.get('/something')
>>> result
<falcon.testing.client.Result object at 0x7f292ce046d0>
-
Updated
Apr 3, 2022 - Java
-
Updated
Mar 1, 2022 - Python
-
Updated
Apr 1, 2022 - JavaScript
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
Mar 29, 2022 - TypeScript
-
Updated
Apr 2, 2022 - Java
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
Jan 26, 2022 - Erlang
-
Updated
Apr 3, 2022 - JavaScript
-
Updated
Mar 16, 2022 - TypeScript
Issue
The response header does not reflect the correct version for HTTP2 requests. Even though, wiremock replies in h2 but the version in the response header shows "HTTP/1.1 200". This is caused by the hardcoded value in the toString() method of Response.java class
@Override
public String toString() {
StringBuilder sb = new StringBuilder();
**sb.append("HTTP