Erik van de Ven
Erik van de Ven
I've added some support for mercurial. I wasn't able to see the current mercurial branch in my terminal, in contrast to git. So I've added some rules to support mercurial...
#### Problem Description I'm trying to copy all files from one container (or blob storage) to another. While it took a while to come to the following setup, it seems...
Is there a callback which I can call after the film_roll is fully loaded? I would like to give all images the exact same, absolute position, as the active (centered)...
Hopefully somebody can help me out over here. Tried a lot of different datasets and it seems graphexp does connect to the database, because I do receive information about the...
When running the test suite on Python 3.11, tests with a `@pytest.mark.asyncio` decorator, trigger a DeprecationWarning: ``` .../python3.11/site-packages/pytest_asyncio/plugin.py:884: DeprecationWarning: There is no current event loop _loop = asyncio.get_event_loop() ```
This is my response after running (somehow I cannot use docker-compose without sudo): ``` $ sudo docker-compose -f docker-compose-standalone.yml up -d ``` response: ``` erik@Erik-Ubuntu:~/Development/ethereum-docker$ sudo docker-compose -f docker-compose-standalone.yml up...
I used different settings by the way, cause I received an error saying the "Working directory" wasn't actually an directory (obviously), while running the script. These are my settings: Name:...
Enhancement: Support for dictionaries with Pydantic models as value, e.g. dict[str, PydanticClass]
### Summary As mentioned on the Discord channel, below code will result in a Pydantic validation error. If I turn households into lists (as well as in the defaults dict...
I'm using this class to implement the ManifestVersion type in my application: https://python-semver.readthedocs.io/en/latest/advanced/combine-pydantic-and-semver.html The problem is that Beanie saves this value as an array in the database and when loading...
Cannot update a record in PostgreSQL