Yury V. Zaytsev
Yury V. Zaytsev
I'm hitting frequent failures upon parallel `poetry install` and have to re-run the command multiple times for it to succeed. The stack trace looks completely different from what what discussed...
> Getting closer: https://github.com/pbodnar/mistletoe/actions/runs/4107835671 :) The migration to GitHub seems really trivial, just some extra cases (like missing Python 3.6- in the latest Ubuntu) need to be covered. I've also...
Also note that according to the Travis configuration, there is some custom-made weird harness running spec tests. This has to be added to the workflow, or else made compatible with...
Just a nitpick: It's a good style to provide environment variables (especially with secrets) only to the steps that need them. Otherwise they are available to all steps, which could...
I think this can be closed now. CI seems to work reliably. Only wheels have to be built, I've opened https://github.com/MagicStack/asyncpg/issues/1094 for this.
@elprans can't close this, but now done I think.
Oh, thank you very much, I didn't realize that I should switch on BaseX flavor for it, now it's working! I think it's a bit unobvious, though. Maybe it would...
Any new on when this is going to be released? Django 5 it out for a while and after I tried to upgrade, my admin pages got broken. Here is...
Fixes https://github.com/SmileyChris/django-countries/issues/439 .
I also think that the solution would be to make the lock file conflict free - even if resolving conflicts will be automated, updating will either require human interaction and/or...