Sam Richard

Results 26 comments of Sam Richard

Your concern about overriding is why I made the change to provider. Any actions you pass to a provider will always **only mutate the provider**. In the same vein, any...

I reverted my change and also made sure not to change how subscribers would notified. I think this is mergeable if the coverage changes are fine.

This is definitely doable, but it seems like you have to use non-public APIs. The `connection.model()` function creates a mongoose model that belongs to it and but does not cache...

Running into this here as well: Same as above, the culprit is: ``` React.useState React.ReactNode> ```

Not currently 🙂. I am fairly certain the library injected into window has changed. I haven't followed Godot development in the last year; if the WebAssembly API isn't totally stable,...

Where is path consumed? Its not in that stacktrace. Its part of godot's generated game.js, right? It sounds like a version incompatibility. I would need to do what I mentioned...