makeworld

Results 588 comments of makeworld

That's correct. And supporting a raw compressed key format (33 bytes) rather than only PEM. I wasn't considering the CLI, only the library. I think it's fair for this option...

> That sounds good! Would you be willing to send a PR? Possibly in the future, although it's not a top priority right now.

Thanks, I guess that covers most of what I was looking for. The only other part would be a setting that automatically turns off media previews when the user is...

> Without using fxamacker/cbor, the floating point value still loses some precision Just to clarify, the float64 in this example is *not* losing precision. `fmt` is just printing out a...

Thanks for the corrected program. Adding this feature would be appreciated. It's possible I will also get around to a PR for this, I'll update this issue if so.

I know this is not in an acceptable state, but for posterity here's how I achieved this in my fork, it's quite simple: ```patch @@ -1651,7 +1658,16 @@ func (d...

> Comparisons with `NaN` always returns false, so you need to special case for `NaN`. Fixed, thanks. > Your round-trip conversion check from float64->float32->float64 would reject most encoded float64 values...