Zim
Zim
why folks above said it works with v4.2.2. ? I have v4.4.1 installed but it still doesn't work
@Unitech if pm2 calls the user scripts with `require('userscript.js')` in an wrapper rather than with `process.fork('userscript.js')` directly, this issue technically cannot be fixed, because node v13+ forbids `require()` on es...
I can reproduce this problem with cabal 3.2, ghc 8.10.4
same problem, in my version 4.0.2 ```ts const enum A { a = 1 } const enum B { b = A.a } const a = A.a; // typeof 'a'...
The executable `telepresence` serves as both a CLI client and a daemon. When you run the command `telepresence connect` as CLI client, it detects whether there is a telepresence daemon....