Yury V. Zaytsev
Yury V. Zaytsev
P.S. Of course ideally the endpoint should be able to optionally return all available versions, not only currently supported ones, or return everything, but mark specific versions as currently supported.
We are, of course, for `D` - Poetry :-)
We were recently bit by this issue as well... our use case was as follows: 1. Users primarily edit objects via Django admin 2. At some point we wrote a...
Any news on that? After upgrading several of my Django apps from BS4 to BS5, I became very much convinced, that I don't want to render forms myself anymore and...
This is happening on Poetry 1.2.2 for me, the following fixes the issue as mentioned in #5250: ``` export PYTHON_KEYRING_BACKEND=keyring.backends.fail.Keyring ```
@ddobranic it seems that Ubuntu Mozilla Team still provides official non-snap ESR packages of Firefox via PPA: https://launchpad.net/~mozillateam/+archive/ubuntu/ppa?field.series_filter=jammy Maybe you could coordinate with them, not having any Firefox at all...
@dvarrazzo you obviously know better what and why you need to provide M1 wheels, but since we were in the same situation not being able to use Pulumi on M1...
P.S. I think I understand now why the solution with simply using cross-compiling on GitHub (like shown above) has been discarded after reading the whole of #1286 - you can...
> @zyv so far about $1500 have been collected I have arranged a budget of $500 for M1 wheels via my company. Hope that helps...
> My original suggestion to pass pg_config's LDFLAGS to the linker was not correct because those flags are the ones that were used to build postgres so it doesn't follow...