Bozhidar Batsov

Results 1760 comments of Bozhidar Batsov

What's the value of `projectile-projects-cache` for you?

Historically we've never tried to check capabilities of external tools, as that would add some complexity. Generally we just document such cases in the docs and the docstrings and we...

@krydos Agreed. Let's just update the docs and mention the configuration for older `fd` versions there.

I thought I killed this page ages ago (it was just the README published via GitHub Pages). The modern docs live under docs.projectile.mx.

I'll rework this into some simple landing page like the one for https://rubocop.org down the road.

@wkmanire It'd be nice to replace the current page that's basically the README with something better-looking that goes over the project highlights and links more prominently to the docs site....

Currently that's not supported, but it's possible to change the commands from strings to lists and prompt to pick one of them.

@Viglioni Sorry about the radio silence here. The PR has changed a ton of indentation (I assume accidentally), which makes it pretty hard to review it. Please, address this and...

I'm okay with the proposed change (apart from my small remark about the wording), but I have one question about what you said here: > When using some test frameworks,...

> npm run test -- path/to/my/test.ts or else it will test the whole project But the command is meant to test the whole project (that's why it's named `test project`)....