Promger

Results 90 comments of Promger

> The core of pydantic v2 was also written by rust. I know that but the issue is that we are using rust to handle request and request object was...

> I see, there is no need to integrate pydantic, these performance losses are not important to me. What affects my use most now is that I can't bind my...

> > subroutes can't be nested, and it's counterintuitive to use, for example, when I add a routing function using a subroute calling function, I need to use the full...

@ockan app.configure_authentication is more like registering a class to handle the authentication, can say callback to handle the authentication auth_required is argument passed when registering the route, either to make...

> @app.get("/frontend") do like this, when registering a route: @app.get("/frontend", auth_required=True)

> does app.configure_authentication() not take effect in global range? its like register a callback for authentication handling with robyn auth_required is to define, whether to protect that route or not...

@jaspertanlol can you share your code? I think its most probabily that you are returning None instead of string in your message callback, do check it

Anyone knows how to fix this bug? It occurs randomly, sometimes gets failed or sometimes gets success

@sansyrox Where is the other review bot gone?

@sansyrox Done, Its open for review & ready to be merged