Nicolas Stalder

Results 185 comments of Nicolas Stalder

I agree that the LED is very bright (annoying even in low-light settings). Such configuration should also be included in the regular Solos, although we need to make sure we...

Just ran into this issue too, agree that the write functions should not do a non-zero cost check. But the documentation might want to mention that they never return if...

This would be super convenient in many cases indeed. If only we could `impl Drop for Vec` or `impl Drop for Vec`. I guess it would be maintenance burden to...

I too would love to use ITM for logging (without debugger attached) instead of using an USART. What needs to happen to move this issue forward? If need be behind...

Running into this as well (regular Arch Linux, community package 0.3.2-1), couldn't locate the source of the error. The spotifyd works, but it logs the above code 99 error messages...

Perhaps a solution based on `--cfg` flags would be preferable over mutually exclusive features. This is an example of another library taking this approach: https://github.com/dalek-cryptography/curve25519-dalek/pull/455

> I have a complete Ed25519 + ECDSA implementation that I have not had time to release yet :/ By this you mean 99% assembly? :) > I suggest however...

Very interesting, thank you for sharing! The choice of license is also rather appreciated :)

@cstuder we put it live just yesterday. An update to Kickstarter will go out, we'd like to gather more feedback before we do the "big announcement". @0x0ece can you add...

> share device name Should happen only once, it's necessary to determine the attestation key, and hence whether you have a secure or hacker Solo plugged in. The upgrade path...