Nicolas Stalder

Results 49 issues of Nicolas Stalder

`cargo::core::resolver::ResolveOpts` changed, so it's more than just bumping the `cargo` dependency. For context, the new resolver https://blog.rust-lang.org/2021/03/25/Rust-1.51.0.html#cargos-new-feature-resolver no longer needs a `cargo-feature` activated to work, which the current release (with...

Sometimes, packages graduate from the AUR. In this case, it would be nice to receive a suggestion to replace the AUR with the official package. How much can go wrong?...

We've been using and recommending `age` for a "small" use cases, like wrapping/unwrapping sensitive material, where there's only one X25519 or passphrase recipient and a tiny amount of data. This...

I am not sure if this is some eager sanitization, but when partitioning by an ISO 8601 date column, the dashes get stripped out. I understand from https://github.com/BurntSushi/xsv/issues/51#issuecomment-268996436 that full-on...

Background is an RSA implementation I'm writing, where I'm using `type Digit = usize`. I presume lack of implementation for usize/isize was an oversight, not intentional?

Some serialization formats distinguish between arrays of bytes and byte strings. One approach is to defer to `serde-bytes`, https://github.com/serde-rs/bytes/pull/18. An alternative is that `heapless` has a specialized `Vec` wrapper type,...

enhancement

I'm trying to build a PAC for NXP LPC55S6x devices, they feature two Cortex-M33 cores (one with TrustZone, one intended as accelerator). Is there precedent for multicore chips? I assume...

Thoughts on this? Would adjust dependency if/when https://github.com/go-piv/piv-go/pull/69 is accepted.

Hi! I am writing a PIV application for SoloKeys, and found some idiosyncrasies in this repository (which is named `piv-go` and not `yubico-piv-go` :angel:). This is the start of the...

Somewhat orthogonal to https://github.com/stm32-rs/stm32l4xx-hal/issues/56, there is a fundamental rethink of the HAL API going on in nRF land. Instead of extension traits with associated constrain/split methods, "constructors" (`new` methods) can...