Tom

Results 159 comments of Tom

The good news is that yous seem to already have a `Characters` iterator internally, which uses `char_indices` method on `str` to yeet out the characters. So this might be straightforward...

Something like this passes tests: ```rust /// A type which can yield characters for layout. pub trait CharacterRun { fn char_indices(&self) -> std::str::CharIndices CharacterRun for &'a str { fn char_indices(&self)...

I license past and future contributions under the triple `MIT OR Apache-2.0 OR Zlib` license, allowing licensees to chose any one at their option. :partying_face:

Possibly answering my own question: `R` is part of the hashing computation for `k` so attackers can't fuck with it without breaking the signature?

Was hoping to do serial class device, or custom device with low(high?) speed isynchronous.

Good idea! Note that I already have a per-source 'rank', which is used to fiddle the order of results (so KiCad official parts and then Digikey parts appear at the...

@rabite0 Are you still working on this? Anything I can help out with or pick up? I've set aside some time over the coming weeks, hoping to move the ball...

> I have more time now, so I'm going to try to implement this feature. Let me know if there's anything I can do to help!