Results 69 comments of Tiernan

I haven't seen any examples of close and ignore errors in the standard library, but I have seen examples where a channel buffer of size 1 is used to avoid...

Did anything end up happening with this? The database/sql package has implemented context in a non-breaking fashion by appending Context to new funcs (eg, Exec -> ExecContext) so it seems...

JuiceSSH support would be awesome.

Looking at the SVG output from shields.io, surely it wouldn't be hard to replace shields.io with locally generated SVGs which would increase the reliability of this immensely. Alternatively being able...

> @nvx I mean locally would be better, maybe as a fallback. Not sure tho how much work it is 😅 Pointing to another server sounds cool but in reality,...

Are these cards still available? MCT (with the improvements to talk to these cards of course) and one of these cards sounds like a pretty neat combination but it doesn't...

For reference, I have recently implemented ICLASS support in the RRG repo. I imagine it'd be fairly straightforward to port it over to this repo if someone was interested. I've...

> This is great @nvx - is there a PR to the RRG repo that you can post here? As the codebase is indeed very similar, it might be possible...

Note since PicoPass only implements some parts of 15693 some special handling was needed in the codec for it. I also had to do some hacks with the crypto because...

I just ran into an issue that this would have solved nicely. Is there anything needed before this can be merged or?