Robat Williams

Results 78 comments of Robat Williams

Thanks. Bot - above post proposes activity around the search terms so I don't think it should be closed.

Some documentation (and possibly new features) to help introduce dependency-cruiser to an existing codebase would definitely be useful and appreciated. While today most projects start do get started with linting...

> Just to clarify, [RFC 3229](https://www.rfc-editor.org/info/rfc3229) is not a draft, it is an accepted standard as every other IETF standard is. It's only a proposed standard. It says that in...

Seems `--runTestsByPath` doesn't speed things up at all, by my experimentation and confirmed [here](https://github.com/facebook/jest/issues/7031#issuecomment-423832356) #7031. Our codebase has 3000 test files, and on the VM I work on it takes...

Our ~3 minute build takes 30+ minutes with this plugin enabled, it then emits the files and doesn't quit or output any speed measurements.

Source code confirms it's not autofixable. Docs need to be updated. Looks like it was autofixable at one point 0ea186e90c5cdac73a64813167761e5ee0ea6f91

For anyone considering the codemod from lodash, the notable difference is that `_.has()` is null-safe whereas this isn't (which is a good thing IMO).

I'm not sure if I'll be able to do that I'm afraid. The modules involved all appear to be internal to webpack, we're not using them directly. Our build is...

By a process of elimination I found that https://github.com/pmmmwh/react-refresh-webpack-plugin/issues/27 was the issue, which has been fixed but yet to be released. Agree with keeping this issue to improve the error...