-
Updated
Aug 17, 2020 - 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 6,693 public repositories matching this topic...
-
Updated
Aug 17, 2020 - 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
Hello there. Sorry for not using the issue template, but I think it is not suitable in this situation.
I want to ask if there exists detailed documentation about the @action decorator. It wasn't easy to find out which arguments I can pass in it. For example, I needed to pass a serializer_class inside but found out that I can do it only after searching for issues on Github.
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
Aug 15, 2020 - Haskell
Is your feature request related to a problem? Please describe.
I don't always want an empty state on a List and it's impossible to opt out
Describe the solution you'd like
Passing false to the empty prop disable the empty state completely
Describe alternatives you've considered
Passing my Datagrid component as the empty state. It works but the List toolbar is not dis
-
Updated
Aug 14, 2020 - HTML
-
Updated
Jul 31, 2020 - Java
The example nginx configuration in the Deploying Falcon on Linux with NGINX and uWSGI article could probably be improved to include https configuration and redirect of http to https, since I believe it's the most common configuration now.
Maybe we could use a configuration from this great [Mozilla site](https://ssl-config
-
Updated
Aug 17, 2020 - Java
-
Updated
Aug 13, 2020 - Python
-
Updated
Aug 14, 2020 - Python
-
Updated
Aug 15, 2020 - Java
-
Updated
Aug 1, 2020 - JavaScript
-
Updated
Aug 17, 2020 - Java
Description
To be able to optionaly remove the google fonts dependency on any page of the api-platform.
Example
Remove the google font stylesheet in line 8 in the file 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 100000+ employees company and
-
Updated
Jul 30, 2020 - Erlang
I've read many similar closed issues, but haven't found a good documented solution on what can I do as a consumer of ky package if I need to support e.g iOS 10.0 browser (that breaks on async/await support currently).
I agree that it's not related to ky itself, but can be a nice help for the consumers of the package.
In our particular can we don't use babel (we use typescript), so I'm
-
Updated
Sep 8, 2019
-
Updated
Aug 17, 2020 - JavaScript
-
Updated
Jun 1, 2020 - JavaScript
I'm not sure whether you consider this a bug or a feature, but it should be fixed soon anyways.
Right now, the password validation uses
bcrypt.compareSync- which is quite an expensive operation:https://github.com/strapi/strapi/blob/97dfde210a793452d70e5b99b5df05899f26de1b/packages/strapi-plugin-users-permissions/services/User.js#L116-L118
Synchronous functions are blocking the event-loo