Paul Dejean
Paul Dejean
I'm trying to create a docker image like this: ``` FROM gcr.io/makisu-project/makisu FROM bash COPY --from=0 /makisu-internal/makisu /makisu-internal/makisu COPY --from=0 /makisu-internal/docker-credential-ecr-login /makisu-internal/docker-credential-ecr-login COPY --from=0 /makisu-internal/docker-credential-gcr /makisu-internal/docker-credential-gcr COPY --from=0 /makisu-internal/certs/cacerts.pem /makisu-internal/certs/cacerts.pem...
Hello in a local dev environment we are using ssh-agent: https://www.ssh.com/ssh/agent However this library forces ssh to use the -i option, which disables authenticating via ssh agent. When the `TUNNELER_IDENTITY_FILE`...
Fixes https://github.com/mysticatea/npm-run-all/issues/257
```# npm audit report word-wrap * Severity: moderate word-wrap vulnerable to Regular Expression Denial of Service - https://github.com/advisories/GHSA-j8xg-fqg3-53r7 fix available via `npm audit fix` node_modules/word-wrap optionator 0.8.3 - 0.9.1 Depends...
### Describe the Bug In javascript you can all `set()` to create a new empty set. However for some reason in js_sys the set's `new` function takes an initializer. This...
```Type 'C' does not satisfy the constraint '"length" | "toString" | "charAt" | "charCodeAt" | "concat" | "indexOf" | "lastIndexOf" | "localeCompare" | "match" | "replace" | "search" | "slice"...