Slava
Slava
I'm trying to return a function wrapped into `Reference` from an isolate and then access some custom-defined field with `getSync`. But this line of code prevents this https://github.com/laverdet/isolated-vm/blob/61bc6a808086b29d2c58cfd9f809fadd66b9083c/src/module/reference_handle.cc#L455 Is it...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it 1. Create file with name `.env.local` in the open directory 2. Open...
Could you please add `"sideEffects": false` to your `package.json` in case the package doesn't have any side effects on import? It would help us with tree-shaking a lot. Thanks!
# Summary For that, `TArg` should also support `boolean | undefined`. - [x] I'm willing to implement this feature
I'm not sure that understand the concept fully, that's why I'm using "potential" in the title. Could you please elaborate on the purpose of this piece: https://github.com/yjs/y-websocket/blob/master/bin/utils.js#L111-L115 ```ts const connControlledIDs...
I.e. calling `client.sync(logux/unsubscribe...)` doesn't mean we won't process actions from this channel starting from the next tick. Is it by design and do apps have to handle such cases by...
It would be nice to have an additional field next to the existing `added`, `updated`, `removed` that contains client ids that were removed and now appear again. Something like `resurrected`....
While `change` event is useful in some cases, it harms performance when it's easier to handle updates with the same state than to deep-compare states. Even if you do not...
Hey! I have noticed some weird behaviour of zgui.textInput that I do not understand. Let's say we have the following code written in C/C++: ```c static char text[1024] = "";...
For me, the following code hangs the outer node process in 60% of cases. In other cases, it finishes with a top-level error about the unhandled promise. By slightly modifying...