The Wayback Machine - https://web.archive.org/web/20220606170733/https://github.com/topics/fastapi
Skip to content
#

fastapi

Here are 3,674 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
dynaconf
aberres
aberres commented Jan 5, 2022

Is your feature request related to a problem? Please describe.
After scratching my head for an hour or more why a unit test of mine fails (but everything is fine in production) I finally noticed that is configures Dynaconf like this:

settings.configure(
    ENV_FOR_DYNACONF="testing",
    ROOT_PATH_FOR_DYNACONF=os.path.dirname(os.path.realpath(__file__)) + "/../../../config",
    R
Buuntu
Buuntu commented Jun 3, 2020

There should be routes that trigger an email for "forgot" and "reset" password options. These can be celery tasks but probably need a separate container for a simple SMTP server in order to send the emails.

The fullstack Vue project has an example of a containerized SMTP server.

enhancement good first issue
dantownsend
dantownsend commented Nov 12, 2021

It would be nice if there was a new clause which can be added to queries called callback.

For example:

def callback_handler(success, value):
    if success:
        print(f'The query was successful and returned {value}')
    else:
        print("The query failed")

Band.select().callback(callback_handler).run_sync()

The callback could be a function or coroutine, wh

enhancement good first issue medium priority
fastapi-crudrouter
qarthandgi
qarthandgi commented Sep 17, 2020

Hey @OPHoperHPO, first want to say thank you for the amazing amount of work that you've put into this! I had two questions for you in regards to this amazing journey you've embarked on.

  1. What are your long term intentions with this project, and do you have a rough timeline for new releases/features?
  2. Do you have a specific EC2 instance type that you recommend to use with this workload?
good first issue question
Globart1337
Globart1337 commented May 27, 2022

On https://slack.dev/bolt-python/concepts at line 12 of "Example with AWS Lambda" there is "&gt;" displayed, instead of ">" symbol. To fix this you have to remove "<span class="p">;</span>" after it

Category (place an x in each of the [ ])

  • slack_bolt.App and/or its core components
  • slack_bolt.async_app.AsyncApp and/or its core components
  • Adapters in **sl
docs good first issue

Improve this page

Add a description, image, and links to the fastapi 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 fastapi topic, visit your repo's landing page and select "manage topics."

Learn more