Maximilian Antoni
Maximilian Antoni
I'm not sure whether this is for beginners or not. The previous implementation was using `watchify`, but we're moving away from direct bundler dependencies. I guess I'd start by looking...
Since file globs are resolved in the API, I guess it will naturally happen there, no?
@Xiphe If you want that as an npm dependency with a JS wrapper to start & stop, I can recommend https://github.com/chrisguttandin/dynamo-db-local.
Hm, that's a tricky one since `eslint_d` is designed to be replacement for the command line interface. If WebStorm tries to create an instance of the ESLint class we'd have...
I'm currently too busy, but would help, review and accept PRs. Things that can be improved: - Improve client error message when unable to connect. - Communicate server issues back...
Hm. I just played with this in node 20, and my findings are different from the description in this PR – I guess things have changed in the meantime. I...
Ah, I understand now. However, the proposed solution requires a "backdoor" for testing. I personally prefer a custom module loader for use cases like this. However, if you want to...
Did we already consider `sinon.assign(obj, prop, fake)`?
Thank you for digging into this. I havn't found the time myself, unfortunately. There is only one reasons why I implemented the protocol myself: The `selenium-webdriver` package has `676 kB`,...
This whole npm workspaces situation with `npm version` isn't working. npm is not creating tags and there doesn't seem to be any recent development. So I gave up on it...