chrysn

Results 314 issues of chrysn

Closes: https://github.com/upsuper/cstr/issues/12 (see previous discussion there) Replaces: https://github.com/upsuper/cstr/pull/13 Based on the discussion in #13 I've revisited some assumptions, and removed parts of the PR that were based on my wrong...

core::ffi::CStr and alloc::ffi::CString [have been stabilized](https://github.com/rust-lang/rust/pull/99277) for Rust 1.64, which is due to become stable in 9 weeks from now. Would you consider making this crate no_std? AIU all it'd...

core::ffi::CStr and alloc::ffi::CString [have been stabilized](https://github.com/rust-lang/rust/pull/99277) for Rust 1.64, which is due to become stable in 9 weeks from now. Once that has landed, what remains for this crate to...

This changes the previously generic error ("File not found") to produce this when a library crate uses built's set_dependencies gets built: ``` error: failed to run custom build command for...

When a built-dependent crate that uses `.set_dependencies(true)` is published, the `cargo publish` process builds it in an environment where the Cargo.lock file is not found. This produces mysterious-looking output like:...

When building together with an external runtime, the builds cargo produces are static libraries (which are then linked by the runtime, eg. when using [riot-wrappers](https://crates.io/crates/riot-wrappers)). Could cargo-call-stack be modified to...

For the avr-unknown-gnu-atmega328 platform (which is tier 3 currently), no ad and pwd modules are defined, resulting in errors like ``` error[E0432]: unresolved import `ad` --> /home/chrysn/.cargo/registry/src/github.com-1ecc6299db9ec823/cty-0.2.1/src/lib.rs:13:9 | 13 |...

the "send edited" feature is useful, but short of becoming a generic intent generator, can't do all possibly intereting resends (eg adding removing flags or extras). i suggest adding a...

Adds a line describing how "_" can be used, without trying to go into too much detail. (But, for example, users grepping the help output for "debug" will find it)....

I sometimes have multiple subtitles to be aligned against the same file. Is any speed to be gained from processing them simultaneously? (I figure that at least the ffmpeg extraction...