Skip to content
#

asyncio

Here are 2,567 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
SobhanMP
SobhanMP commented Dec 6, 2021

Is your feature request related to a problem?

While setting the target interface's ip should work in most cases, it's possible that multiple devices have the same ip.

Also i'm having trouble using a wireguard vpn when i set Table=off. Table=off disables setting up the routes for the vpn and it justs shows up as a regular device. The connection is fine as pycurl can access it when i set

MasterGroosha
MasterGroosha commented Feb 10, 2022

Is your feature request related to a problem? Please describe.
Currently with logging level INFO aiogram.dispatcher logger prints every single update into to stdout. This makes "default" logging much more cluttered and harder to watch.

Describe the solution you'd like
Move update logs to DEBUG level of aiogram.dispatcher

Describe alternatives you've considered
One solution

atiberghien
atiberghien commented Jan 17, 2022

When running strawberry export-schema core.schema:schema in a django project, we get this error:

django.core.exceptions.ImproperlyConfigured: Requested setting INSTALLED_APPS, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings.

To fix this we should create a management comm

Improve this page

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

Learn more