Michael Dougall

Results 174 comments of Michael Dougall

I've made a post on the Vite discord, hopefully someone chimes in https://discord.com/channels/804011606160703521/1056012573713117193/1056012573713117193

Types not loading for the NPM module, what do we need to do to get that working? We want something that works transparently (either through Deno config, or not needing...

Sweet! So the distinction is if the module doesn't ship with types it's a little more complicated and will result in maybe needing the type comment. That's fair enough

Thanks mate! So I think remote imports should work pretty well currently (would love second eyes on the current implementation however). This is a good example of another implementation (for...

@bartlomieju Hey mate when working on resolving (cache + info) local modules it doesn't work if you try to import CSS modules, e.g: This works, I can get an emit:...

There are other static asset style imports that could exist in a frontend app though, such as images and fonts. Vite handling transpilation of local assets is definitely the way...

Taking a step back - my assumption was Deno uses the config in deno.json for the transpilation from tsx -> js, so for example if I update `compilerOptions.jsxImportSouce` to `"foo"`,...

So setting the top level Canvas used during edit mode to `frameloop="never"` and then implementing an alternate `useFrame ` that would run during edit for some things? What about use...

Great insight thanks Krispy. Definitely resonates with me! What's needed for step in r3f core, vs implementing ontop of frameloop demand? I implemented my own in user land that would...

Conceptually I understand what we're planning on doing, but when we consider an implementation I need some help getting there. Is this understanding correct? If not let me know the...