Yiannis Marangos

Results 39 issues of Yiannis Marangos

I needed to do this: ``` export CROSS_COMPILE_arm_unknown_linux_gnueabi=arm-none-linux-gnueabi ```

These methods enable users to use `Buffer` without having an intermediate array. For example: ``` let mut buffer = Buffer::with_capacity(1024); buffer.resize(1024, 0); let len = fill_some_data(buffer.buf_mut()); buffer.truncate(len); ```

I was using `U256` as an argument with `clap` and I found out that my input was parsed as hexadecimal number. I was expecting the following, however the first assert...

Z1-question

**The problem** I was working on a toy project and I couldn't get `/dev/ptmx` to work properly. To my surprise I found that `File` is actually using `spawn_blocking` instead of...

you can get the colors with some console codes.. i wrote an example here https://github.com/oblique/configs/blob/master/.zsh.d/get_term_rgb_color.py screen, tmux, and virtual console do not support this operation.

feature request
help wanted

There is crate called [memsec](https://crates.io/crates/memsec) which is a pure Rust implementation of libsodium/utils. Maybe we can replace libsodium entirely? I'm willing to open a PR.

One way is what OpenSSH does, which is encrypting sensitive information with a random prekey of 16kb size. Because of the size, attacker is unlikely to retrieve prekey with the...

Some distributions have a local DNS service, in this case `img` sets default DNS servers to `8.8.8.8`. I would like to be able to define my own DNS servers. Something...

enhancement
buildkit