Ryan Tsao

Results 92 comments of Ryan Tsao

Yeah, I think my goals for hokusai align pretty well with your goals. It's specifically for static sites and blogs, with extreme performance. It should work fairly well for a...

> macro-style plugins like this involve less communication traffic and are easier to parallelize. I think this is an interesting idea. Obviously hooking into `import()` expressions is a big use...

I've rebased the PR. I did have to add these vitepress devDependencies to the root to get Netlify docs build to work: https://github.com/vuejs/vitepress/issues/849#issuecomment-1179568236 because vitepress relies on node_modules hoisting to...

> Actually looking deeper into this, I think there's still a way to make this non-breaking. > > > I've rebased the PR. I did have to add these vitepress...

I've rebased and updated this fix to be a non-breaking change as discussed earlier (i.e. skip application of this change during build).

I'm now thinking option 1 is the better option here since the only time a global singleton is problematic is with rendering within iframes, which isn't really a common use...

Heuristics for detecting styletron usage: - Older versions: `` - Newer versions: `` (this is the default, but the class name is technically configurable)

Some possibly useful tools: - https://github.com/bcoe/v8-to-istanbul - https://github.com/SitePen/remap-istanbul Also an issue worth watching: https://github.com/nodejs/node/issues/17337

By default, electron will run indefinitely unless explicitly closed. This is a similar issue to https://github.com/maxogden/electron-spawn/issues/17 After a quick search I found the following issue (for being able to check...

I think a warning should be logged if no browser test output is found after 5 seconds. This would make it obvious as to why tests would be hanging.