Skip to content
#

starlette

Here are 256 public repositories matching this topic...

fastapi
tiangolo
tiangolo commented Jun 12, 2020

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
enhancement good first issue confirmed
dantownsend
dantownsend commented Nov 12, 2021

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

starlite
Goldziher
Goldziher commented Jun 30, 2022

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

help wanted good first issue refactor
sqladmin
okapies
okapies commented Jun 27, 2022

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:

good first issue
MrNaif2018
MrNaif2018 commented Jan 25, 2022

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

enhancement help wanted good first issue
dantownsend
dantownsend commented Jul 4, 2022

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
enhancement help wanted good first issue medium priority

Improve this page

Add a description, image, and links to the starlette topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the starlette topic, visit your repo's landing page and select "manage topics."

Learn more