starlette
Here are 256 public repositories matching this topic...
-
Updated
Jun 27, 2022
We only have documentation for schema directives, we should document query directives, here's an example of how they work: https://github.com/strawberry-graphql/strawberry/blob/main/tests/schema/test_directives.py
Should add a section to the docs for third-party examples and guides using Mangum
We migrated the Pydantic code from Piccolo API - and now there's quite a mishmash of different tables in there (some are movie based, some are music based, and some are computer based). It might be worth standardising them a bit (for example, using music based tables like the rest of the tests).
https://github.com/piccolo-orm/piccolo/blob/master/tests/utils/test_pydantic.py
Not urgent, but a
Sonar complains about several functions having too high "cognitive complexity", see --> https://sonarcloud.io/project/issues?resolved=false&severities=CRITICAL&id=starlite-api_starlite. It would be nice to refactor these to be both clearer and simpler - probably by splitting them into functions, or refactoring them into classes, using functional composition etc.
This is a good issue for those
Checklist
- The bug is reproducible against the latest release or
master. - There are no similar issues or pull requests to fix it yet.
Describe the bug
The .js files specify sourceMappingURL but the .map files are not included in the package. So the browser tries to fetch it and gets a 404 error. We should add the source map files or remove the following lines:
-
Updated
Jul 5, 2022 - Python
-
Updated
Jun 22, 2022 - Python
Add flake8-isort to current flake8 configuration to remove the necessity of running isort on CI.
-
Updated
Jul 4, 2022 - Python
-
Updated
May 27, 2022 - Python
-
Updated
Apr 23, 2022 - Python
Hello!
Your project looks interesting. Please translate docs into English
Would you like to contribute to BitcartCC on a regular basis in a team of people, discussing the best ways of implementation and learning something new?
You can join the BitcartCC team!
We are a team of volunteers maintaining this project in our free time.
I will guide you through project setup and answer all the questions to help you onboard
The project uses many different technologies so y
Add translations
Originally discussed here: piccolo-orm/piccolo#556
We will have a new file called translations.py which will contain dictionaries mapping the English word to its translation. For example:
FRENCH = {
'table: '...',
'submit': '...',
...
}
LANGUAGES = [FRENCH, ...]We will modify create_admin as follows:
# By defa-
Updated
Jun 29, 2022 - Python
-
Updated
Nov 6, 2018 - Jupyter Notebook
https://asgi.readthedocs.io/en/latest/specs/www.html#websocket-connection-scope
"subprotocols" key should be built from Sec-WebSocket-Protocol header value. Currently it's always empty.
scope = {
"type": "websocket",
"headers": flatten_headers(headers),
"path": path,
"query_string": query_string_bytes,
"root_path":
-
Updated
Jul 28, 2019 - HTML
-
Updated
Jun 5, 2022 - Python
Improve this page
Add a description, image, and links to the starlette topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the starlette topic, visit your repo's landing page and select "manage topics."
First check