Gianluca Recchia
Gianluca Recchia
I just tried. It still doesn't work, unfortunately. ```sh gian@mars ~/Projects/rust-analyzer $ cargo ebuild --manifest-path Cargo.toml Error: cargo metadata failed to resolve the root package gian@mars ~/Projects/rust-analyzer $ cargo ebuild...
Can I work on this? What are the files I should look at where this feature is implemented?
I had a look at the list of supported languages and I have to admit, a good part of them I do not know. However, from the ones I do...
> C and CPP is already there. I would like to add the automatic addition of `#include`/`import` directives (depending on the language). This issue states it's still a missing feature....
It's still unavailable, unfortunately.
Thank you, that doesn't really solve the problem however. If I'm not mistaken, I don't have `xclip` installed at all; and installing it just for this little feature, when I...
@emanuelturis Yeah, sure there are ways around this but since this is `clipit`'s issue tracker, it made sense to report the issue anyway. It's good to have your suggestion here...
I was getting the same exact issue with an MX Master 3 for Mac. I worked around the issue by editing the main service with `systemctl edit --full logid.service` to...
I can upload it if you want but I've later realized that I didn't actually fix anything. I still need to wiggle my mouse for `logid` to work, just like...
The control flow of the code does not change at all. The compile-time `#ifdef` only hides the variable declaration (which is on a separate line) so that the compiler doesn't...