Martin Morset

Results 75 comments of Martin Morset

I unfortunately no longer use Kafka Connect. I welcome you to take over the feature and implement the requested changes from @castorm .

Facing this. Does anyone know of a maintained alternative to this plugin? I wish pycharm could support this basic functionality that VSCode has had basically since it launched.

Is the `Testing` class static? If yes, can it not just be converted into a module, say `cdktf.testing`?

The `cdktf get` command generates a rogue `Pipfile`, so do many other commands (luckily not `cdktf synth`). I've added it to the `.gitignore` and it looks like it isn't used...

Facing the exact issue. ``` NAME DESCRIPTION DOCKER ENDPOINT ERROR colima * colima unix:///Users/dingobar/.colima/default/docker.sock default Current DOCKER_HOST based configuration unix:///var/run/docker.sock ``` In this scenario I'd expect `docker-py` to use the...

I don't want to write code that selects a specific context, docker-py should know to use the current context.

Doesn't the chart help configure postgresql with the geodata-plugin etc.? I think for that reason it's convenient to include it, although I would personally not mind running my own bitnami-postgres...

> Would be great! The situation even got worse with recent versions. > > This worked for me with older docker-py versions > > ```python > import docker > from...

I ended up having to install `helm-docs` from source locally, because using the homebrew version appends two extra lines at the bottom (autogenerated using ...) which then caused the CI...