Gianluca Recchia
Gianluca Recchia
Hi, I was looking into writing an ebuild script for [`rust-analyzer`](https://github.com/rust-analyzer/rust-analyzer) and use this tool to list all dependent crates, as per the Gentoo wiki. However, I cloned their repository,...
**Describe the bug** The image fails to build under Docker. **To Reproduce** Steps to reproduce the behavior: After cloning the repo, ```bash cd dockerfiles/cloud docker build -t test . ```...
When I try to active `completion-nvim` in my `init.lua` with the `on_attach` function, I get a bunch of errors. ``` Error running config for completion-nvim: ...ite/pack/packer/start/completion-nvim/lua/completion.lua:251: bad argument #1 to...
Hello, I want to pipe the output of a command to clipit in order to have it in my history and paste it wherever I need but it doesn't work....
I'm not sure if this is a bug or it's intended behavior but taking this code: ```cpp void foo() { std::copy(first, last, std::ostream_iterator(std::cout, "\n")); } ``` when `T` is not...
It would be nice and useful to have [ioping](https://github.com/koct9i/ioping) as part of the disk troubleshooting tools!
**Describe the bug** The temporary file that `cog commit -e` opens in order to compose a new commit message should have a fixed extension so that it can be associated...
**What happened (please include outputs or screenshots)**: I was trying the client to obtain info about the running pods in a **freshly-installed** Kubernetes cluster using exactly the example provided in...
I just found out the tmux themes have drastically changed. I think this is a downgrade from the previous version of the themes. This is the new version: The selected...
Maybe I don't understand the instructions but the `.timer` and `.service` files aren't copied over when I run `make install`. They don't end up in the `build` folder at all....