Promger

Results 90 comments of Promger

> GitHub is generally inaccessible unless I modify the Windows host file. Is it ip block by isp or dns request block? Have you tried using something like 1.1.1.1 or...

> https://ping.chinaz.com/github.com according to this, github is not blocked by dns at all, just no response in some regions 3-5, else accessible everywhere

> international dns cannot be used in Chinese Mainland, and only local dns such as Alibaba dns can be used this can become good project where one software can provide...

@LIghtJUNction Try this way: ```python auth_router = SubRouter(__file__, prefix='/api/auth') @auth_router.post(endpoint="/login") async def auth_login(request: Request): return "Auth Login Endpoint" app.include_router(auth_router) ```

@sansyrox Users are getting methods suggested from base class in subrouter, which might confuse some, what is the solution to fix that? + no option to add routes other than...

@LIghtJUNction > > Of course I know how to write this, which means I need to write these functions in one file. > > I just think it's counterintuitive. Can...

Examples? What features app.ws will provide?

I meant updating dependencies

> Regarding this: Currently watchdog v4.0.1 is used. This version has no support for Python v3.13 yet resulting in a thread error at dev server startup for now, you can...

@MominIqbal-1234 Bro, really appreciate the support! 🙌 But honestly, we're still in the early stages whereas FastAPI is mature and widely adopted by the community and companies. Don’t hype us...