lonix1

Results 448 comments of lonix1

Some of the comments above led me to believe that `docker compose --profile foo down` only removes `foo`. But a basic test in version `24.0.5` proves it removes all services....

Follow-up to my above comment about avoiding profiles and "just change your design". I did that: instead of profiles, I used `replicas: 0` and scaled services on demand. But that...

For future consideration: I think `.git/hooks/pre-commit` is the most common/useful, so if there's much work to support each type of hook, it's best to start with the most important one.

Related: https://github.com/aspnet/LibraryManager/issues/407

For me, the `rm -rf ./bin ./obj` trick works *sometimes*, but even so, only for a few builds after which the problem returns. And I need to close and open...

@g3offrey Instead of retiring this extension, why not sign it over to one of those who want to maintain it? There seems to be quite a few willing to take...

I think a repo can be transferred to a new name, to protect the original owner. I've seen it done before, but I'm unsure how it was done. Maybe someone...

It would really be nice if it works on single files - the currently active file.

An alternative is to use the [grunt-newer](https://www.npmjs.com/package/grunt-newer) plugin, which works alongside with this one.

Regrettably that extension doesn't work either. Future visitors: if you're using vscode on linux, don't waste your time on either extension (`wghats.vscode-nxunit-test-adapter` and `derivitec-ltd.vscode-dotnet-adapter`), unless there have been commits/releases AFTER...