michkot

Results 17 comments of michkot

Related, but not the main issue here, about indefinite-length inputs to the literal data generators : - I believe that PGPLiteralDataGenerator is missing an open() overload with indefinite length that...

_I believe I understand the trickiness and what the standards says about this specifically (that signature type 0x01 = text data signature, is always calculated with network-style=CRLF line-endings; and that...

> Can you explain the circumstances under which you were seeing canonicalization being applied when not required in update? Nowhere - the .update() is OK. I said that in our...

There seems to be a bug in the astyle analysis, it forces a weird style change in the initializers list, when you use braces and new keyword is part of...

> I merged over on [eisnerd@f41e3a9](https://github.com/eisnerd/Arduino/commit/f41e3a94a8a4834fc490e783198450420585646a), though what you probably want is a rebase, which I'm also happy to do. It's just trivial stuff with the switch from ICACHE_RAM_ATTR to...

> If they stick with TwoWire, not TwoWireBase, you can't pass TwoWireMaster Could you maybe just (unsafely) down-cast the wire master-only instance at the place of passing it to library,...

> Got you. So if you're able to specify your special equality, you can still define your catch-it-all toEqualEx() and use it blindly everywhere instead of toEqual. While this feature...

@stephenpassero I have a rough and semi-working idea of how this could be solved using an enhancement. It allows you to register custom equality testers to the internal jasmine equal...

> If, like me, you use this nameserver only on the VPN interface, what you chose to return has to be somewhat compatible with what the unmodified nameserver returns for...

I have taken upon me to hold the torch of Windows support hopes (for a while) https://github.com/michkot/vpn-slice/compare/feature-windows_support https://github.com/michkot/vpn-slice/commit/8568cf7a5c70efbcf2c39199e967e23115e23f3e Here is a small bridge app to "fit" vpn-slice into to Windows...