Michael Zhao
Michael Zhao
I actually got a PoC working https://github.com/Pistonite/wasm-bindgen-spawn which I plan to use for my next project. For anyone looking for solutions, I also found https://github.com/chemicstry/wasm_thread which is a more elaborate...
> sorry for the delay in reviewing this! could you rebase and fix the build failure? Need https://github.com/open-ead/nnheaders/pull/33 for one extra function, I will rebase again with the lib update
> I did not notice that Github pages **redirects** `page.html` to `page`, but I do see that if can serve the content of `page.html` if we access `page`. Do I...
Addressed the comments, and I also found a bug where in the test book, the prefix chapter gets incorrectly highlighted for the root path because it's the first chapter, while...
@ehuss are you able to review this?
Resolved the conflict, please review :)
This looks like exactly what I need. What's blocking this from being merged?
@andreynering Just tried my use case (`mkdir -p`) and it worked flawlessly :)
I did notice that the deprecated `cache.dir` option behave correctly. Seems like it's not checking vite cacheDir here but it should? https://github.com/vitest-dev/vitest/blob/a939779f1db473f8be3de8454bc94de70cfe5b97/packages/vitest/src/node/plugins/utils.ts#L44-L64
Thanks for confirming, just to clarify my understanding: how do these 3 properties relate and resolve exactly? 1. Vite `cacheDir` 2. Vitest `server.deps.cacheDir` 3. Vitest `cache.dir`