robertaistleitner

Results 9 issues of robertaistleitner

When reusing an existing model in another model that includes additional models (aka. extending it) there is a circular reference detected: `Type of property 'base' circularly references itself in mapped...

## Change Summary Pydantic didn't support setting fields containing "complex values" like dicts or lists from environment variables using nesting. This PR contains an implementation addressing this issue by checking...

deferred

If the last shutdown of the database was not clean and a recovery of the database is necessary on startup, the `pg_upgrade` will fail. This can be solved by booting...

According to #15, kudos to @camdarley!

This PR adds basic typing to Python code compiler and adds asyncio specialities (returning AsyncIterator, async method stubs, proper parameter variants for grpc.aio.Server, ...) when using grpc.aio variants. This is...

lang/Python

This is done by making commonPrefix variable nullable to detect the case that no commonPrefix is set. Otherwise this would trigger finding a common prefix once no common prefix is...

According to https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-roll-deployments one should calculate a checksum for config map contents to be able to automatically roll deployments. One could easily detect if such `envFrom` with `ConfigMap`s are used...

When developing on a remote machine, the dmypy servers are properly spawned at the remote server and doing their work. The problem I noticed kicks in when e.g. the connection...