John Vandenberg
John Vandenberg
https://www.npmjs.com/package/sudo-prompt says > Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
Running `find /usr/share/icons ~/.local/share/icons ~/.icons -type d -name "cursors"` will give a list of available cursor themes, and then running `XCURSOR_THEME=Adwaita wezterm` will resolve the problem for me. https://wezfurlong.org/wezterm/config/lua/config/index.html doesnt...
@mrobinson @tp971 , this issue can be closed?
https://github.com/servo/font-kit/pull/234 has updated core-text to the latest.
Semi-related: https://github.com/BurntSushi/rust-csv/issues/342 In addition to improving the errors, IMO it would be very helpful to detect if serde is being used, and recommend flattening the unsupported struct using https://crates.io/crates/serde_with
I believe that due to https://github.com/rust-lang/cargo/issues/1197 , and the auto-backend-selection approach for font-kit , the only way this issue might be fixable is to introduce an extra package, e.g. "font-kit-core"...
https://github.com/servo/font-kit/issues/180 is related to splitting off source related features to a separate crate.
ping @miki725
ping @DRMacIver
Yup, changing it to `cargo +nightly llvm-cov report` fixed this problem. Happy for this issue to be closed, unless there is some way for `cargo-llvm-cov` to handle this better.