Pablo Alexis Domínguez Grau
Pablo Alexis Domínguez Grau
Encountered this today working in a GitLab CI environment. Had to play around locally with the `digitalocean/doctl:1.92.0` Docker image to find out that indeed this was the behavior.
Hello there! I also experience this issue when using [`django-enumfield`](https://pypi.org/project/django-enumfield/). For example: ``` python from django_enumfield import enum class Animals(enum.Enum): CAT = 1 DOG = 2 SHARK = 3 __labels__...
I think it'd be nice to also get rid of the deprecated `--dev` flag for the `poetry add` command since Poetry support for groups is already in place
I'm on macOS (poetry 1.8.2, python 3.10) I tested having something like this:  Then on `test` project, I ran `poetry install --only main`. It installed `python-json-logger` without issue. I...
Makes sense. To provide context, the private mirror is hosted by a Sonatype Nexus instance - it should provide `sha256` hashes as of version `3.41`. I'm starting to think then...
@abn I like that solution better since it doesn't involve lying to the FIPS system (as my unsecure workaround was doing, which of course I only did for testing purposes)...
@mnunna-vmware yes, got the changes locally and on my fork, working on the unit tests before opening up the PR
If you don't have a hard requirement for Chrome Headless, using regular Chrome will not have the WebGL issue. I just did that (granted it uses more memory, but at...
Hey @Nika-St! Can you provide an example of a query you're trying to execute that stays running forever?
Hey @cccchar1es! The code snippet above seems incomplete - how are your initializing the `gis` variable? Have you defined the proper API variables as well? Also, what is the HTTP...