Matthias Fasching
Matthias Fasching
> Hotkey issue is fixed in 2.1.6 There is no dmg available for 2.1.6?
> Indeed, this issue (`action.App()` is called multiple times while `app` is still `nil`) could very rarely happen since we don't use any locking method such as `sync.Once` on our...
I've been using [kind](https://kind.sigs.k8s.io/docs/user/quick-start/) to test the setup in my local development VM. It works great, when the executor for argo is changed to k8sapi. With the dind branch we...
I'm also affected by exactly this bug. I'm notifying another resource with the :before timing which seems to confuse ark and have the root dictionary doubled. Without the notify it...
@noamnelke @moshababo In your opinion, what should the correct values for fastnet be? Which value should I increase or decrease to make them fulfil the constraint? Suggestion: decrease k1 to...
I don't have strong feelings for or against it. If it can do checks like one field larger than another in the same struct it could be useful. I'm right...
I'm also running into this problem. We try to use docker-compose for our integration testing and after all test finish and the "main" container exits, it's dependencies are still running...
Digging a bit further I found my gems to be installed here: `/root/.chefdk/gem/ruby/3.0.0/gems` with binaries linked to `/root/.chefdk/gem/ruby/3.0.0/bin/` But I would expect them to be installed here: `/var/lib/gems/3.0.0/gems/` and the...
Hi @PrajaktaPurohit I'm running chef-client from my chef-workstation installation. The version of chef-client is the one shipped with workstation `22.5.923`. Clearing the `/root/.chefdk/` directory unfortunately did not work. The next...
@johnmccrae information about used chef versions: ```bash vagrant@test-vm:~$ chef --version Chef Workstation version: 22.5.923 Test Kitchen version: 3.2.2 Cookstyle version: 7.32.1 Chef Infra Client version: 17.10.0 Chef InSpec version: 4.56.20...