Vladislav Sukhmel

Results 17 comments of Vladislav Sukhmel

@cole-h I just got back with an update, this is indeed on 2.29.0 and likely related, but in my case this was because `dockerTools` didn't generate a config, substitutor tried...

@cole-h I've reproduced the issue with images we use in production, nix 2.29 fails, where nix 2.28 works fine. But I have trouble creating a reproducible docker image because of...

my issue with dockerTools seems to have been fixed in 2.29.1, as this no longer reproduces

This seems to be affected by a setting "Settings -> General settings -> Maximum simultaneous downloads" (below default download folder) Although it would have been nice to have it as...

@codebien, thanks for links to the documentation, it is helpful. I just wanted to note that I, too, was confused by the `connect` parameter, because the [testing guide](https://grafana.com/docs/k6/latest/testing-guides/performance-testing-grpc-services/) says: >...

@codebien I'll try to make a change, thanks for the link

I found one workaround: deactivate before the response and use `skinparam responseMessageBelowArrow true`, then it's possible for lifeline to reach an arrow: ```plantuml @startuml !pragma teoz true skinparam responseMessageBelowArrow true...