mike douges
mike douges
Interesting! So to summarize what's happening: 1. Using the `context` export from `r3f` we can override the store that is provided to child r3f hooks (is advance used internally for...
Thanks Krispy it's all becoming clearer now! I really like this direction. I see the value in getting this thought through, similar to other core functionality (code/scene sync, editor/scene state)....
cc @rkulinski @flexdinesh
There's two aspects for pnpm support. 1. Getting electron forge CLI working with it 2. Getting electron packager working with it Sounds like (1) can be resolved if flora-colossus is...
Definitely needed, will find time to add soon. If you want to jump in feel free to investigate adding it too and put up a PR 😊
Hey I think you'll want to write a typescript transformer, not a language service plugin. They're more for IDE intellisense, linting, etc. I wrote a handbook here for getting started...
Thanks for the info! > ... especially as it sounds like it would need a core change on how the registry works ... I think the registr versioning with git...
This is the line of code that enables it https://github.com/karaggeorge/electron-builder-notarize/blob/master/validate.js#L40
Sort of. Paul has the desire to get the assets more on brand but I'm a terrible graphic designer. Know any? Hehe
Thanks for putting this up @CodyJasonBennett. - ~~For `no-fast-state` can you give an example of valid/invalid code, as well as usage with `startTransition`~~? (edit: ah https://docs.pmnd.rs/react-three-fiber/advanced/pitfalls goes into it, all...