Timon Viola
Timon Viola
You are right. The the error message I gave is coming, because I am missing the defined object. My real problem - and the error I got stuck on is...
@rayokota Thanks for chipping in earlier. To be absolutely clear this is about KafkaConnect failing with the config I shared in my initial description of the issue. I solved the...
In my opinion this is a bug and it's still present on poetry 1.4.2. The introduction page says "It is multi-platform and the goal is to make it work equally...
The pull request makes the operators/hooks depending on the Python API into an extra. On installation the user can choose to opt-in for python-api (and all mlflow dependencies) by installing...
I don't see that this PR will make it. At this point to make this possible I see 2 options: 1. start a new maintainer package or 2. publish to...
I see that #30 was opened due to the same reason Even better would be to just use `mlflow-skinny` @fhoda What do you think?
Hey, did you check this part of the docs: https://doc.arroyo.dev/connectors/confluent#avro Just to understand you are seeing the expected behavior (quoting the docs): _For Avro, there are some features that cannot...
I use this in my projects: ```toml [tool.hatch.build.targets.sdist] exclude = [ "/.*", "/docs", "/tests" ] [tool.hatch.build.targets.wheel] packages = ["src/my-package"] ``` I hope it helps [docs](https://hatch.pypa.io/latest/build/#configuration)
I turned this into a quick lua plug-in: https://github.com/timonviola/terraform-doc-browser.nvim I am thinking about how to pull just the 'html' and display it in `vim` to support `TerraformDoc`