Jacob

Results 233 comments of Jacob

@JohnCido Just refreshing the page should work and I believe Vite will automatically refresh it for you. To be honest, I haven't tested HMR for audio ever since we switched...

After #793 `bufferAssets` is no longer used by default. HMR for audio should also work correctly.

For now, it's a hard pass from me. Two main reasons: 1. This would require Vite to modify its own config file at runtime, which sounds like a hack. 2....

@ksassnowski I was thinking the same thing. It's a bit of a shame that the implementation started without any consultation. Having a community package is a great idea, as it...

> Given that color is a colorSignal, this should be the correct type, right? Yes

This most likely has to do with the server-side rendered HTML not being properly updated after reading the filter settings from local storage.

Yeah, as I said, this is a problem with server-side rendering which is not used during development. I encountered a similar issue when implementing the Discord and GitHub counters, where...

`DocProvider` would be here: https://github.com/facebook/docusaurus/blob/a308fb7c81832cca354192fe2984f52749441249/packages/docusaurus-theme-common/src/contexts/doc.tsx#L47-L56 But I feel like it may have something to do with the way we load the stored filters: https://github.com/motion-canvas/motion-canvas/blob/528e2d5a0abec99819e022d2848b256ece9f869a/packages/docs/src/contexts/filters.tsx#L15-L23 In my case with counters, switching...

We can't really use the name in this way for two reasons: 1. The project list is prepared on Node.js by our Vite plugin. The project files are not interpreted...