-
Updated
Jul 5, 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,982 public repositories matching this topic...
-
Updated
Jul 6, 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
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
Is your feature request related to a problem? Please describe.
SelectArrayInput sometime shows a narrow drop-down which squeeze the label on initial render. Current implementation only adjust the size of the Select
based on selection items width on opening up the Select
component.
Currently it pass own its own labelWidth
prop to the Select
component.
**Describe the solution you'
-
Updated
Jul 6, 2021 - Haskell
-
Updated
Jul 3, 2021 - Mustache
-
Updated
Jul 3, 2021 - Python
Bug Report Checklist
- [~] Have you provided a full/minimal spec to reproduce the issue?
- Have you validated the input using an OpenAPI validator, yes I used the validate function of the api generator
- [5.0.0 ] What's the version of OpenAPI Generator used?
- Have you search for related issues/PRs?
- What's the actual output vs expected output?
-
Updated
May 19, 2021 - Java
Setting nitpicky = True
in conf.py
or passing the -n
command line argument will warn on broken links.
-
Updated
Jul 6, 2021 - Java
-
Updated
Jun 6, 2021 - Python
-
Updated
Jul 5, 2021 - JavaScript
-
Updated
Jul 4, 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 29, 2021 - Erlang
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
Jul 5, 2021 - TypeScript
-
Updated
Sep 8, 2019
Describe the bug
Using xframe
ALLOW-FROM
throws 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