Tim Seckinger

Results 63 comments of Tim Seckinger

All comments addressed with changes or explanations why they were left unchanged. Also merged in main. Should be ready to go once 11.0.0 merges are starting! Ping me if it...

@MichaReiser I refactored quite a lot and should have addressed your concerns about too wide typings and about blurry naming conventions. Member definitions now clearly use the existing terminology that...

This might be a bit far into the future, but a lint rule could evolve to do cool stuff like 1. Check `package.json` for `sideEffects: false` 2. If it's set,...

Regarding the react-dnd issue, I forced react-dnd to version 16 instead of version 15 using Yarn resolutions, which is compatible with React 18, and also appears to be compatible with...

Had the same issue. As a workaround, executing TsuReload when entering a TS file works for me: ```vim " reload when entering file to fix error on first completion "...

Good idea. Would recommend not putting it into `no-identical-title` because a config option seems weird for a completely separate part of rule logic. Might want to include both suggestions in...

A [simple wrapper package](https://github.com/jeysal/viz.js-cli-wrapper) to provide a cross-platform CLI similar to that of the original Graphviz. And built on top of that, a [Gradle plugin](https://github.com/jeysal/gradle-graphviz-plugin) to use Graphviz rendering in...

Can reproduce this. IIRC at least for `jest-circus` at least one tick passes after the test until the result is evaluated because of internal `await`s. Not sure if this is...

Unfortunately this no longer works when you run more than one test file as they would mix into each other. We could of course implement this only for the case...

That is correct, I'm not saying the behavior you are looking for is already implemented when running more than 1 test file. I'm saying the behavior you are looking for...