Jon Campbell
Jon Campbell
Sorry this took so long, I missed this PR :smiley_cat: I am not sure this test failure is related to my changes, what do you think? ``` --- FAIL: TestJSONSchemaInvalid...
Another possible option would be to just change this hard coded name to `WORKSPACE.bazel` instead of the current `WORKSPACE`?
I can put together a PR for this, thank you for the info. 😸
It seems like we can just use the height here, instead of the weird min(width, height), like this? ``` function resizePlotCanvas() { var width = elem.width(); var height = elem.height();...
Still valid On Fri, Oct 22, 2021, 08:24 stale[bot] ***@***.***> wrote: > This issue has been automatically marked as stale because it has not had > any activity in the...
I am also running into this issue, where I would like to raise the remote_read concurrency limit to allow more connections from my thanos-sidecar (at the moment I peg at...
2 sounds good to me 😸 Let me take a look at the auto-generator code. Thank you!
Not yet... We just patched locally, so unfortunately priorities on our end are lower now.
@petr-muller Can we merge this?
> @midnightconman is that the only change needed? At least some unit tests could verify that assumption... I looked around and didn't see any existing unit tests for the .yaml...