Richard Stephens
Richard Stephens
Have you tried the node version of bazelisk? it seems to handle it correctly for me.
Here is a use-case I don't see mentioned elsewhere in this thread. We use a static-analysis tool that uses comments to disable rules for a specific line. However, it requires...
I got this working in a rather hack-ish way by supplying a custom document processer. ``` options.setDocumentProcessor( (ObjectNode document) -> { document.get("paths") .forEach( pathNode -> pathNode.forEach( methodNode -> mutateResponseNode( methodNode.get("responses"))));...
Thanks for the suggestion. This issue was filed in December 2021, before bazel 5 was released, and I don't think it was as striaghtforward to control which JDK to use...
Thanks for the quick reply, and no problem, I suspected that might be the case. We’re still evaluating our options but this looks pretty close to what we need so...
I spent some time debugging this - it looks like what is happening is that, on click, noVNC sets up a prxoy element covering the entire page. This element is...
For our use case, we are re-generating the libvirt XML from scratch. But if you think that makes sense i can implement it :)
Just picked up a bug with this implementation in testing - the arg is not present on backup, so the makedirs check caused taking a backup to fail. While testing...
> as far as i had a quick look the implementation wouldnt handle this currently, right? I've not implemented makedirs for the remote restore, no. I'll take a look >...
> not sure, i havent had any user complain about this. I did some testing and i was unable to get it to work