gibix

Results 13 comments of gibix

There is some chance to have a timeline/todolist for this issue?

- It's a third-party crate, but cargo metadata supports explicit versioning - When will be new features will be easier to push a single PR to cargo_metadata than menage a...

Now cargo_metadata has support for deserialize custom package metadata field into struct: https://github.com/oli-obk/cargo_metadata/commit/2137d30de3a4fa17f633c4ca33050f61541a261c

merged into [gentoo-rust](https://github.com/gentoo/gentoo-rust/commit/c962e88b1e717b9b1c421a2397f5639db2fc59ac)

rust-fontconfigconfig is [pulled](https://github.com/jwilm/alacritty/blob/master/font/Cargo.toml#L15) from with a specific git repo and font is [pulled](https://github.com/jwilm/alacritty/blob/master/Cargo.toml#L19) by alacritty with a relative path. `cargo-ebuild` at now supports only crates from crates.io

90% of the work done by orjail requires sudo, I'm sure about hiding this in the script.

hello, there is some work in progress on this?

default in: `$HOME/.$BINARYNAME.$EXTENSION` overrided by an `Option` This sounds good? ``` struct Confy { cfg_in: Option, cfg_out: Option, } impl Confy { new(cfg_in, cfg_out) -> Confy... // if cfg_in.is_none() check...

Confy { None, None } maps to default values