Noelle Levy

Results 9 comments of Noelle Levy

The stack is also configurable and there is a crate which dynamically grows the stack when in danger of overflowing the current stack of the deserializer. Here is an example...

I believe this is the condition which should add the struct from the update to the doa event. https://github.com/yjs/yjs/blob/97ef4ae1e0c7cefdaf1673a41b6cc83d68948457/src/structs/Item.js#L519-L522

#326 should be able to work with forwardRef without a breaking change

For tfjs, the unsupported ops may actually be part of the training half of the model and not be needed for inference. We were able to convert the model with...

A somewhat similar problem came up ```typescript if (maybeValue ?? defaultValue > 2) ``` this was assumed to work like ```typescript if ((maybeValue ?? defaultValue) > 2) ``` but it...

You are on main branch, this issue links to the slow-gc branch which checks a different anonymized sample with different characteristics than the main branch.

You are still on the wrong branch.

Easier reviewed with whitespace ignored via this url https://github.com/yjs/yjs/pull/507/files?w=1

I just ran into this problem when resolving two different versions of a package in my dependency tree. The package tries to call `config.util.setModuleDefaults('myModule', defaults);` in both versions, at module...