Philippe GRANET

Results 17 comments of Philippe GRANET

You can try to change shim executable, in `%USERPROFILE%\.config\scoop\config.json`: ``` { "lastupdate": "...", "shim": "kiennq" } ``` Possible values: https://github.com/ScoopInstaller/Scoop/blob/59088a9f0094ecaa0c36793eef232b3af237a59b/lib/core.ps1#L620-L622

You can now use build-time args (ARG) in FROM https://github.com/moby/moby/pull/31352

See https://github.com/karma-runner/karma-chrome-launcher/issues/154#issuecomment-986661937 > For the ones that experience this issue with Angular. > > The problem is that the Angular build (webpack) is running in parallel with launching the Chrome...

Same for me: First run fails, due to ERROR state check on zone, which in openstack represents a replication delay. ``` │ Error: Error waiting for openstack_dns_recordset_v2 to become active:...

@dwnusbaum yes, that PR #47 addresses my needs 👍 But if I want to do this, it doesn't work without my PR: ``` def branchToCheckout=myFunctionReturningBranchToCheckout() try{ library 'stuff@'+branchToCheckout }catch(err){ //...

See https://issues.jenkins.io/browse/JENKINS-48258?focusedCommentId=324590#comment-324590 > The issue here appears to be caused by a Java bug, https://bugs.openjdk.java.net/browse/JDK-8068370. > The issue is possible when multiple threads open a file for writing, close it,...

@emeroad Is this PR mergeable?

@yjqg6666 I use actually pinpoint v2.4.1 but I don't see response headers values, only something like this: ![image](https://user-images.githubusercontent.com/5667657/188738201-219fd639-ea16-471a-96df-5a59c99e5365.png) Each repose header contains an array of headers list, instead of value...