Salent Olivick
Salent Olivick
My project has this function,may be can give you some idea? ```python import inspect from typing import Callable, Optional, Tuple, Type from fastapi import APIRouter, Depends from pydantic.main import BaseModel...
我把docker从19升级到25,解决了这个问题
Maybe we don't have to make tracer.start_as_current_span() decorator work with async functions,we can add this task to coroutine loop,code like this: ```python import asyncio from asyncio.queues import Queue async def...
早就没人维护了
same error
@francislavoie like this: ` { "@id": "route4", "match": [{"path_regexp": {"name": "path5","pattern": "path5"}}], "handle": [ { "@id": "xx", ... }, { "@id": "xx", ... } ] } ` I think it...
I submitted a pr. This is my first time submitting a pr. If there is anything that needs to be modified, please let me know. If you think my code...
I can try to complete part of the work of nginx-adapter.
I use k8s to run python programs, and with prometheus I can see that memory usage increases a bit every once in a while.
IN python3.13,fix unix socket.Is this the same problem that I'm talking about? [asyncio.loop.create_unix_server()](https://docs.python.org/3.13/library/asyncio-eventloop.html#asyncio.loop.create_unix_server) will now automatically remove the Unix socket when the server is closed. (Contributed by Pierre Ossman in...