Joseph R Miles

Results 16 comments of Joseph R Miles

I'm not sure this is a very obvious mistake. Just ran into the same issue trying to integrate ImGui with a UWP application. I attempted to drill down into the...

A couple of updates. Turns out the answer to my question is **no** - cimgui.dll is being integrated as expected. I've also coaxed some information from the Visual Studio debugger...

Yes. Unfortunately I can't post the original code since the project I mentioned moved on with a different solution. As I wrote in #178 , it would be invaluable to...

> Unfortunately, The core of Slik.Net is OpenGL. I use SharpDX with DirectX so i can easy to integrate ImGui.Net.DirectX into my project with just some APIs I'm not sure...

This is what I get for advertising compatibility with other middleware without actually testing it first. 😅 Have you tried composing the yjs middleware with only one middleware? For example,...

Been a while, and after having returned to this, upgraded the v4 of Zustand, and written tests to try and capture what is happening here, I haven't been able to...

Closing this due to inactivity and inability to replicate the issue.

@eps1lon So.... we are letting documentation for a feature that doesn't exist yet block the implementation of said feature? Sounds a little like putting the cart before the horse to,...

I notice in your example that you are using the Zustand _vanilla_ `createStore` function in your code snippet. The vanilla `createStore` function does not invoke any React hooks and thus...

To get React to update whenever the Zustand store changes, you should just use `import { createStore } from 'zustand'`. The vanilla import is for using Zustand outside of React....