Todd V. Jonker
Todd V. Jonker
Thanks @codyzu ! I'm guessing one should also `rm /opt/homebrew/share/gcm-core` to cleanup the hack.
Can I get access to this repository? I believe this issue is complete per #89 but I can't close the issue.
@tgregg That worked, thanks!
Let's break this down a bit. There's no such thing as a "4-digit hexadecimal Unicode code point". A code point is an integer, hexadecimal is an encoding, those are two...
@tgregg Why was this closed? There's good use cases for this, and at least some scenarios where we can support seeking.
Did this go anywhere?
Another use case: I have an object model whose data I want to expose via an `IonReader`, so the data can be consumed as if it were serialized, without going...
I disagree with the premise of this feature. Saying that we only auto-detect GZIP from some input sources and not others is more confusing than doing it everywhere. Removing it...
The main TIL here seems to be that the JRE implements multiple mappings between epoch-millis and calendar dates, and that APIs like `Timestamp.getMillis()` are therefore not as well-defined as we...