Mark Jansen
Mark Jansen
> I guess the likely issue is is that the modulus is "accidentally" negative; the creating software was buggy and failed to account for the fact that the high bit...
This is a certificate from Windows: `certmgr.msc --> Intermediate Certification Authorities --> Certificates` Windows tells us: `This certificate has an invalid digital signature.` And for Public key parameters:  The...
> BTW for the record we can/do parse the certificate. The only thing that won't work is that you can't extract the public key as a `Public_Key`. The output of...
Another solution would be to overload the `substr` function, capturing the last accessed offset by the library, and re-start parsing from that, or to search if there is a 'length'...
Are you already set on the `block` name? I would argue that `interface` would communicate better what the purpose is.
This blocks everything that tries to compile SDL3
> What is your use case for window moved events? I wanted to use this as a basis for writing desktop tools, in which I sometimes use this as 'overlay'...
> While I don't have anything against such functionality (other libraries provide similar), I still want to see at least one other operating system implementation. Designing the API around what...
> Normally I tend to only add data to a structure if I know the data will be used often, but in this case I can see the consistency argument...
> We are scoping work for the SDL 3.2.0 release, so please let us know if this is a showstopper for you. I'll consider sticking on 2.x or moving to...