-
When parsing a 27-long string that is not a valid ksuid, it will panic instead of returning an error. For instance `ksuid.Parse("aaaaaaaaaaaaaaaaaaaaaaaaaaa")` will panic.
The signature `func Parse…
-
I started doing some compatibility tests and noticed that we're incompatible with the main library, even though the max is decoded properly. I have a feeling this is due to some endianness issues. My …
-
Hi there,
there is possible group log entries? Im trying to print multiple log entries for a unique action, eg:
```
INFO running command 1
INFO output is bla
INFO running command 2
INFO outp…
-
https://github.com/novemberborn/ksuid/commit/b4564c5d52835e1ce479dafe9cea938b1a738dfd hangs when tests are run in Node.js 8.2.0, but is fine in 8.1.4.
The fix is to not fake `nextTick`: https://git…
-
While doing other things, I noticed crater is testing multiple versions of 1300+ crates. Is this something we want? I remember during a beta triage that an old version of a crate was tested reporting …
-
Uniqueness and randomness are important. A Mersenne Twister would be enough, wouldn't it?