Grey Newell

Results 11 comments of Grey Newell

@toty88 I have been trying to do the same with `useState`, but there are a bunch of messy edge cases. I have been experimenting with using the data attributes, with...

@toty88 you can add the `group` tailwind class to the parent `AccordionPrimitive.Trigger` element, detailed here: https://tailwindcss.com/docs/hover-focus-and-other-states#styling-based-on-parent-state My solution: ``` ``` For more info, see the answers on #1133

I'm also having this issue while attempting to init crypto inside of a React Native app. I've tried everything I can think of, but don't even know why WebRTC would...

I'm in the same boat. Nothing I've tried has worked for E2EE on react native, there's alwaus a missing Node or browser library at some point in the chain. Also...

FWIW, it also looks like someone else had this same problem on the day of release: https://www.reddit.com/r/reactnative/comments/122a86d/comment/k0i9hzj/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button

After binding `WebAssembly` from this lib to `global.WebAssembly`, output looks more like this while loading `libolm` (which is presumably using the global `WebAssembly` provided by this lib): ``` DEBUG Crypto:...

FWIW, I am no longer working on the project where this mattered to me. I am leaving this open for the others who have experienced the same issue.

@Angelo-politek It appears the VST plugin is not able to contact the `llama.cpp` webserver running in the background. May I ask what operating system you are on and what DAW...

@Angelo-politek thanks for getting back to me so quickly! I noticed the same thing in testing: https://github.com/greynewell/musegpt/issues/29 Unfortunately, I do not have a windows machine to test/fix on... But the...

Closing as a duplicate of #29. Happy to continue the discussion over there.