paroxyste-0

Results 3 issues of paroxyste-0

Hello, I'm having trouble loading my files from the 'static' folder in Jinja. Here's my folder: ![image](https://github.com/sparckles/robyn/assets/145021812/e106bf53-f429-4d4b-a809-112080dd7507) On the browser, all resources return a 404: ![image](https://github.com/sparckles/robyn/assets/145021812/e5525d12-4ba8-4c1d-adad-1f19f60f4d71) I tried to follow...

documentation

Hello, I am currently testing the framework on version 0.37, and I have noticed an issue with accessing the path parameter. The documentation mentions the following code: ```python from robyn...

Hello, I have a problem when a session is active. ```python # For the exemple home url = '/' async def home(request: Request): return view.get_template_response( request, '/root/home.jinja' ) # Login...