Gaëtan Lehmann
Gaëtan Lehmann
never heard of docker crashing because of that I ran a few tests to be sure: ```bash ~/s/pre-commit (docker-tty|✔) $ docker run --tty --rm debian grep --color Debian /etc/issue 2>&1...
```bash ~/s/pre-commit (docker-tty|✔) $ echo | docker run --tty --rm debian grep --color Debian /etc/issue 2>&1 | cat Debian GNU/Linux 12 \n \l ``` still no crash (but some color)...
I've been using it for two weeks and haven't seen any problem. Does it look good enough for you to merge it?
click's native completion should be used with click 8.0. This one is for click before 8.0. If click's completion is not as complete as this one, we (as a community)...
don’t know if that’s the problem or not, but I had to configure nvim to set the file type for the `Earthfile`s: ~~~lua vim.filetype.add { filename = { ['Earthfile'] =...
part of the work done here has already been merged with #7665
I'm exactly in this situation right now, and unfortunately, I have no idea how to fix it. I've tried kcov, gcov and tarpaulin without success so far. I'm afraid I...
I've been able to get kcov to report something by calling kcov instead of calling directly my program. https://github.com/glehmann/hld/blob/f40f3b51f84969cc13714f81451ad17f33fbf2dc/tests/common/mod.rs#L79 I activate it with the `kcov` feature in my project. kcov...
@darabos workaround is working for me. Thanks! @chroder workaround is not working for me, and in fact I'm not sure how it could, as the artifacts are not saved locally...