Matthias Koch
Matthias Koch
People can manually pass `--yes` if they want to. Passing it automatically is too opinionated. Some might use the infrastructure to build custom tools for local interactive usage.
Would it make sense to install `which` explicitly? I'm just wondering if `--yes` could potentially cause other packages to be installed unintentionally. PS: your initial message was fine but I...
> When standard input is not a TTY or a CI environment is detected, --yes is assumed. It might make sense to work with a timeout on the `npx which`...
@fabianbeier nice work! Just adding a note here that I had to adapt `isBlockOfTypeFile` to the following: ``` function isBlockOfTypeFile(block: any): boolean { return block.value && (block.value.type === 'file' ||...
### Problem Test suites with excessive setup/cleanup code. Separating them, will drastically increase execution time. ### Possible solutions - Only include tests without test suite setup. - Opt-out by attribute
Sure. Feel free to submit something.
Can't reproduce. If you can in an isolated repository, please feel free to reopen.
Hi @MrYossu the highlightings are not actually meant as "warnings" but rather to give you a view of where allocations happen. In many cases, allocations are just unavoidable. If we're...
Theoretically, we could show a "Why is ReSharper/Rider suggesting this?" item per inspection. However, at the moment I'm afraid this is not planned to be added to the plugin. @controlflow...
has been merged