Promger

Results 90 comments of Promger

+ Use proper version of the dependencies, actions, etc in CI like don't use latest anywhere in ci, best practice is to specific a number like in setup-python, setup-uv, etc...

@failable + dark theme have less strains on eyes, so for now its fine if you want to work on it, then you are welcome but for now its not...

@sansyrox Have a look here https://docs.cpanel.net/knowledge-base/web-services/how-to-install-a-python-wsgi-application/ Looks like cpanel only supports framework with wsgi only So for making it compatible most places, we need to create something which can make...

404 not found error on the given url: https://sanskar.wtf/posts/the-future-of-robyn @sansyrox

@marketcalls @kratu > **File "/var/python/openalgo-flask/**_**-upstox/openalgo/broker/upstox/streaming/upstox_adapter.py", line 238, in _run_event_loop Sep 11 21:39:02 localhost gunicorn[969051]: self.event_loop.run_forever() Sep 11 21:39:02 localhost gunicorn[969051]: File "/usr/lib/python3.12/asyncio/base_events.py", line 630, in run_forever Sep 11 21:39:02 localhost...

@sansyrox > This is not good. Thanks for raising this [@rmsmith251](https://github.com/rmsmith251) I got something, can you do check is it useful? can it help us in standardizing the routing system?...

@sansyrox I have some more changes around routing, do I need to create separate PR for it or can i push it in just single one with this issue fix?

@arfa79 Its due to because of directory change in github from docs to docs_src Have a look here https://github.com/sparckles/Robyn/blob/main/docs_src/public/architecture/architecture.png

> It may be worth to consider using `Pydantic` for this as well instead of `dataclass` for better data validation support and greater serializability too. we have to make robyn...