Leonardo Neumann
Leonardo Neumann
The main changes required for this to work should be on cargo.eclass. There should be a variable similar to `CRATES` to allow the maintainer to add vendored dependency paths relative...
Both look for the sources at `$(rustc --print sysroot)/lib/rustlib/src/rust/src` by default. However, they work fine if I set the env `RUST_SRC_PATH=/usr/lib64/rust-1.46.0/rustlib/src/rust`. So, perhaps sysroot is pointing to the right place...
It seems to be the default path both for `racer` (which `rls` depends on) and `rust-analyzer`. https://github.com/racer-rust/racer/blob/bc478759f9f7f6dacd9ec26e7905dc8724740797/src/racer/util.rs#L504 https://github.com/rust-analyzer/rust-analyzer/blob/3f721683deb81c015484abd14eb67b96f39b1aff/crates/project_model/src/sysroot.rs#L134 Note: Both sources indicates that this path is going to change at...
Although I'm not having spare time to help right now, I've already tried some options to automate the PBA image generation using [petitboot](https://github.com/open-power/petitboot). They already provide some useful packages out...
Additional information: If I set the minimum GPU clock using /sys interface, lact-gui displays wrong power states: 
> Setting minimum clocks can indeed be iffy, though I have not seen this happen before with GPU clock, only with VRAM. I believe the GUI changes both values when...
The problem persists with `disable_clocks_cleanup: true`.
I'm facing the exactly same issue in NixOS, which also wraps Steam into a namespace. MangoHud works as expected using `MANGOHUD=1`, but `gamescope --mangoapp` has no effect, even though it...
This seems to be a duplicate of #572.