Bjørn Stabell

Results 20 comments of Bjørn Stabell

I'm running into this as well in a CI test 😢 How about replacing `throttle` with `debounce` on both leading and trailing edge [1] so the last event is also...

I think it'd still be nice to be able to group commands like you suggested.

I agree, another way to do this is to make the help command the default command: ```js (await program.getAllCommands()) .filter((cmd) => cmd.name === "help")[0] .default() ``` Yet another way could...

How about a version able to drive the Unity Editor in play mode?

See also https://www.skypack.dev/view/fs-extra for hints/ideas. (Of all the packages I have in my app, `fs-extra` was the only one that didn't work with `snowpack dev` due to what I presume...

Would be nice to see this implemented.

Maybe the README.md of this package should mention this problem and workaround?

I think the point is that most people want to stay on the "happy path", especially if they use something like electron-webpack (instead of a completely ejected setup), and expect...

What is the correct way to configure Jest so it's most compatible with your electron-webpack settings?

The last working version is `vitest 0.16.1` — the extension is broken from`vitest 0.17.0`. [v17.0.0 release notes](https://github.com/vitest-dev/vitest/releases/tag/v0.17.0)