Open jojomi opened 7 years ago
Hi! Thanks for the PR! A few questions:
1) Can you add a test to the test code to show what you're trying to fix here as well (I know that it's in the comment above but if it's a test case we're fixing it should also go into the unit tests)?
2) What exactly is the issue that you're trying to resolve? I'd prefer not to incur multiple allocations to do an integer -> []byte
conversion.
Thanks!
Thank you for having a look.
Minimal testcase:
This change is