Hleb Shauchenka
Hleb Shauchenka
If you import KeyboardLayoutGuide at the top of the file, the error goes away.
@zhinang-amazon Hi! Could you please let us know, if there is an ETA for this issue?
I think the criticality and the ease of resolution of this issue are being underestimated. Using Cocoapods is not a viable workaround for this issue, simply because most of the...
> I'm not exactly sure if I really want to introduce a crate for this? This should be doable with just the stdlib by parsing the command beforehand, but I'm...
Update: couldn't find anything in the standard library to avoid adding a crate. Please let me know if I missed something.
Same for me on macOS. ``` ~/nix-config on master [$+⇡] took 5m2s nu ❯ nh clean all --verbose DEBUG Main { verbosity: Verbosity { verbose: 1, quiet: 0, phantom:...
I spent some time digging into the problem and the culprit is how `self_elevate_cmd` converts from `subprocess::Exec` to `process::Command`. More specifically, it just splits the resulting cmdline string by whitespace:...
Implemented solution 2 in https://github.com/nix-community/nh/pull/425.
Yep, that would be a much better solution! I tried achieving this, but my Rust skills are not there yet :) Feel free to close the PR whenever needed.