Nejc Habjan
Nejc Habjan
Edit: ah Vishes you just beat me to it a few seconds before I wrote this little novel lol, oops. @bufferoverflow I think that async will probably happen whether it...
Wow that was quick! :) Did you end up getting inspiration from some existing projects? I'll just follow how you guys do this here, as I wanted to rework functional...
@vishes-shell Sorry for the late reply! I don't actually know if they can be deduplicated nicely, but I meant more to have them split into a structure where maintaining them...
> httpx (httpcore really) itself uses unasync for single source async/sync support: https://github.com/encode/httpcore/blob/c8d93d07369dab11d5c03f11de25607be1d21faf/unasync.py @graingert cool! That seems better to avoid duplication. The httpcore implementation doesn't make it obvious but there...
Thanks for the catch @jacche that seems correct. That's...strange, I don't really understand the rationale for that in the upstream API :) Yes, changing the parent attributes should be enough,...
Thanks @jacche just read the contributing guide to get some tips when the linters start to complain. If you have `tox` installed, just run `tox` after committing and before pushing...
Since we haven't heard any complaints I'm thinking this might not be an issue at all, and people will just get the error thrown if they misconfigure their config files.
@vectro as I said in the PR it's best to follow the versions we track here by using our tox setup :)
Hi @vectro. thanks for the earlier discussions and for looking into this. We use `tox` to manage our environments and versions so you can use that before pushing to make...
@vectro sorry for the super late response! I haven't checked this in depth myself but a few pointers: - the SidekiqManager failure probably has to do with the fact you...