Mattia D'Antonio
Mattia D'Antonio
Hello! I have a problem with the new Task annotations. I installed version 0.13.0 and started receiving typing errors on Task annotations (from https://github.com/sbdchd/celery-types/pull/75) ``` Missing type parameters for generic...
## 💬 Questions and Help Hello, I'm opening this issue because I did not find other discussions about that, please redirect me on the proper issue if you are already...
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....
After upgrading to neo4j 4.3 I'm experiencing the following error when executing remove_all_labels() ``` File "/usr/local/lib/python3.9/dist-packages/neomodel/core.py", line 81, in remove_all_labels drop_indexes(quiet=False, stdout=stdout) File "/usr/local/lib/python3.9/dist-packages/neomodel/core.py", line 62, in drop_indexes index[7][0], index[8][0]))...
Hello, I was trying to use the latest geoserver stable version (2.19.2 if I'm not wrong) with docker, but found that the latest version available on docker hub is the...
**Question** Following the suggestion in #2603 I tried to define a custom wrapper to implement floating labels as introduced with bootstrap 5, but i can't get it to work The...
Hello! I was looking for a changelog to review the latest changes before bumping our dependency, but I can't find an updated changelog. Is this still the main reference for...
Followup of #219 Same example postgres-based ``` $ docker run -e POSTGRES_PASSWORD=password --detach postgres 8fb3fd4da45f0294ed183a988b27bc728407e10955dfa04fdea9869083e16304 $ docker logs --tail 8 8fb3fd4da45f0294ed183a988b27bc728407e10955dfa04fdea9869083e16304 PostgreSQL init process complete; ready for start up. 2021-07-18...
Hello again! while I'm working on the integration of python on whales into my applications, I found the error management mostly thought for a human use. Currently all errors raise...
Hi, is python 3.11+ officially supported? `setup.py` reports >=3.6 but I'm having errors with python 3.11 https://github.com/starkware-libs/cairo-lang/blob/0e4dab8a6065d80d1c726394f5d9d23cb451706a/src/starkware/cairo/lang/setup.py#L20 ``` ValueError: mutable default for field cpu_instance_def is not allowed: use default_factory ```...