Paulius Grabauskas

Results 5 issues of Paulius Grabauskas

I have made minimal reproducible example project only with one source file and empty `.swcrc` file. When `SWCRC` is not set, sourcemap lines are good. But when I set `SWCRC=true`...

With 1.0.0-rc4 I am running code similar to one in https://github.com/kubernetes-client/javascript/blob/release-1.x/examples/patch-example.js And when running: ``` let currentContext = kc.getCurrentContext(); let currentCluster = kc.getCluster(currentContext); ``` currentCluster is null. I guess that...

lifecycle/stale

As I understand `lightship` library is distributed as `es` and `commonjs` module: However it has dependency `serialize-error` ^11.0.0 which from v9 has breaking change and is `pure es module`: https://github.com/sindresorhus/serialize-error/releases/tag/v9.0.0...

Failing fast when Redis is down is not working as described in https://docs.bullmq.io/patterns/failing-fast-when-redis-is-down and `await queue.add` is waiting forever when Redis is not reachable. My code is: ``` import {...

enhancement