-
Updated
May 18, 2021 - 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 7,805 public repositories matching this topic...
-
Updated
May 19, 2021 - Python
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 'https://react-query.tanstack.com/examples/nextjs'
- Click on 'Nextjs SSG'
- Scroll down to '....'
- 502 Bad Gateaway
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screensho
Hi there! I see that an issue #2884 deeplinking was integrated to 3.x however if I have a hyperlink with a hash to the operationID nothing happens on click. If I reload the page the UI scrolls to the open panel as expected. Is there something I am missing here? My url looks as follows and I am using the 3.0 dist repo installed via npm.
Again when clicked the URL address is updated but nothing h
-
Updated
May 21, 2021 - Haskell
In order to add custom actions to the List component, one has to replace the entire default ´ListActions´ component with something else.
Couldn't it be possible to re-use react-admin's ListActions component and pass children to it?
-
Updated
May 17, 2021 - Mustache
-
Updated
May 18, 2021 - Python
-
Updated
May 19, 2021 - Java
Is your feature request related to a problem? Please describe.
Our current java code cannot differentiate between these two use cases:
# int32 integer
type: integer
format: int32
# integer of unbounded size
type: integer
As pointed out by @Stargateur in falconry/falcon#1906 (comment), our JSONHandler customization docs could be made clearer by separately illustrating different (albeit closely related) concepts:
- Use a custom JSON library (such as the exemplified
rapidjson). Customize para
-
Updated
May 21, 2021 - Java
-
Updated
Apr 2, 2021 - Python
-
Updated
May 21, 2021 - JavaScript
-
Updated
May 20, 2021 - Java
Description
Remove any google fonts dependency from api-platform.
Example
Remove the google font stylesheet in line 8 of api-platform\core\src\Bridge\Symfony\Bundle\Resources\views\SwaggerUi\index.html.twig depending on a configuration variable?
Context
I'm working on an intranet application for a big company where any call to the fonts.googleapi.com CDN takes 30 seconds
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 14, 2021 - Erlang
-
Updated
May 16, 2021 - C#
-
Updated
Sep 8, 2019
-
Updated
May 18, 2021 - TypeScript


Describe the bug
Using xframe
ALLOW-FROMthrows error in console:Invalid 'X-Frame-Options' header encountered when loading 'https://api.dev.mysite.com/uploads/my-file.pdf': 'ALLOW-FROM dev.mysite.com' is not a recognized directive. The header will be ignored.https://strapi.io/documentation/v3.x/concepts/middlewares.html#response-middlewares
instructions for xframe indicate `ALLOW-FR