Andrew Chen Wang
Andrew Chen Wang
I've found that sharing of maintainership on PyPi is great, but I also recommend a GitHub workflow that creates a PyPi release when a maintainer releases a GitHub release. This...
@acxz Just a note but for an auto release bot that releases everyday, you can take a look at the auto changelog and release bot at cookiecutter django for inspiration...
If there is still interest, please take a look at: https://github.com/Andrew-Chen-Wang/district-autoupdate It'll generate your merged file, but this GitHub actions only applies to the cds folder (the one applicable thing...
This looks great! Thanks so much for this! @seandstewart --- Code-wise: On an initial look through, it looks like the problem of ordering has been resolved really well. I love...
Next time, please ping the head maintainer of any open source repository concerning a pressing issue and respect people's time since this fills up our inboxes, too. Some of these...
> The tests are just one of many problems with incorporating nonfree modules into this project. They should be distributed as separate modules in PyPI. I think the decision to...
I guess first obligatory question is what are your current pain points? One thing that pains me was the size of commands/core.py. Potential solutions: 1. A pyi file to store...
I'm +1 on the SansIO approach for the aforementioned reasons. I think there's a steep learning curve to it though (short docs, good talk; difficult to gain that particular mindset)....
Let's go with 2. There's no rush to replace the async module just yet, and I don't think, down the road, fully replacing the async module in another major version...
Just wanted to bump this thread. Having the Sans-IO package in redis-py, even if incomplete, will definitely bloat the library a bit but will make experimentation in the community possible...