Andrew Chen Wang
Andrew Chen Wang
For many organizations I've worked with, not having Redis eventually made us feel lots of pain. I've used Redis for billions of tasks in a project before. There weren't any...
Still marked in beta, but cookiecutter-django doesn't use any advanced features like local package URLs. It's fairly stable from the resolution (like poetry resolution) and pip installation of packages. Haven't...
Sounds right. I can help make the abstraction since I think uv compiling a lock file will be useful like poetry lock. I do think that the lock file would...
Coming from a Django background and with the async Django ORM added, def willing to add a PR for async capability + Django async capability. The examples above create a...
If anyone needs a Django version. Note this utilizes Django 4.2's new addition of "asave", but it'll take account for it if you are on a lower version. https://gist.github.com/Andrew-Chen-Wang/59d784496c63ee65714b926d6945b4c6 Factory...
Sounds cool, but this might be another action that auto commits/auto generates a PR which is up to the dev's discretion. Adding an example folder suffices.
Thanks for catching that @MaxTretikov ! This should be resolved in the latest commit
Thanks for your time and the review @ddeville !
thanks @ddeville and @hallacy !! in the future to possibly prevent further duplication of code, I highly recommend two resources: - SansIO approach to implementing a sync/async lib (ex [impl](https://github.com/seandstewart/redis-py-sansio))...
You got it right! To answer the question on typing, in redis-py, we make a type Union with Awaitable and result type. However the reason I make these suggestions is...