gms1

Results 15 comments of gms1

> Instead of using `async_hooks` directly, we should explore using [`AsyncLocalStorage`](https://nodejs.org/api/async_hooks.html#async_hooks_class_asynclocalstorage) to provide this functionality. It was released in Node.js 14 and is part of the experimental `async_hooks` module. it...

pros for keeping ThisExpression: 1) evaluating an identifier node in the AST can be done by returning "context[node.name]". which would not work if 'this' is threated as identifier ( except...

It does not look like this library could handle minification properly

In our case, having a cold jest-cache takes 4 times longer than running jest with --no-cache. But in our multi-project nx-workspace, using the nx-cli, the jest-cache cannot be properly deactivated,...

no need for mumbo jumbo like type detection, please just don't touch this property if it is already set

seems also work if just the "--" delimiter is entered twice e.g > openconnect-sso -s vpnserver-url -- -- --background --pid-file=....

there are many style guides and linter rules (eslint, tslint,..) that are recommending or even forcing a new line per chained call, so it is obvious that there is a...

You can expect that the Python versions included in the gcr.io/distroless/python3-debian11, gcr.io/distroless/python3-debian12 and the next gcr.io/distroless/python3-debian13 image are different, but there will never be a version change in one of...

got the same issue with version 1.6.1 > ERRO[2024-07-14 18:42:17.058] failed parsing session uuid from stream, skipping error="invalid UUID length: 0" session= > INFO[2024-07-14 18:42:17.058] new connection host=localhost port=8092 session=...

privileged ports do not make much sense in container environments, so there is an open issue for k8s to disable them by default: https://github.com/kubernetes/kubernetes/issues/102612 Until then there are many ways...