strowk
strowk
Docs specifically say [here](https://swagger.io/docs/specification/authentication/openid-connect-discovery/) : > Unlike OAuth 2.0, you do not need to list the available scopes in securitySchemes I guess disabling it like this is the only option...
Note, that the output is OK when I run same project via docker like this: ``` docker run --security-opt seccomp=unconfined -ti -v "$(pwd -W):/volume" xd009642/tarpaulin bash -c " git config...
The changelog is basically a markdown, so maybe use some markdown parser library and then just work on top of it?
I found out - it was `sudo apt install libgtk-3-dev` :) Still believe it should be in documentation though.
TL;DR run `unset $(git rev-parse --local-env-vars)` before calling buf in your `pre-` hook. I sort of figured why this happens. The culprit is env variable GIT_INDEX_FILE which is normally set...
I concur, the approach I have posted is just a workaround, not "the issue is closed"-grade solution. It would make most sense if buf would support running from hooks without...
Having the same issue now. We have "--enable-secret-rotation=true" passed to the driver, however our pods do not live for 120 seconds (they are short running jobs). Would that interfere with...
I was looking for a way to pick exactly one scenario without much fuss and otherwise run either all of them or one specific default. While @bystedtpontus solution should work...
I'd like to note that logs that are often relevant for fixing issues within tests, the ones coming from k6-browser itself (like. f.e "strict mode violation, multiple elements returned for...
Why this cannot work OOB? I think instead of having only path in View path, adding hash there would make sense as well, at least with opt-in in `init` call?...