jeremyrsmith
jeremyrsmith
Created a new release. It's been so long that I had to declare bankruptcy on the release notes. Will try to do better moving forward.
Created ticket https://issues.sonatype.org/browse/OSSRH-46499 to instantiate a `jupyter` org, since that's what `jvm-repr` already uses (as opposed to `org.jupyter` which already exists, as in [declarativewidgets](https://github.com/jupyter-attic/declarativewidgets)). Fingers crossed! FYI mentioned @rdblue, @rgbkrk,...
That ticket didn't pan out, because I did it incorrectly. But it's a good thing, if `org.jupyter` is the way to go. Who wants to go about claiming that org?...
I think a good first step would be to proliferate a `Charset` everywhere that decoding needs to be done. For now we could just hard-code `StandardCharsets.UTF_8` in those positions, but...
@megri The best source of "documentation" for the binary formats is the source code itself. All of these routines are the result of attempting to port the encoder/decoder from postgres...
Looks like an issue with BigDecimal's encoder. Does this issue also occur against PostgreSQL, or just CockroachDB?
Hi @willnorris and @vkostyukov! I can't speak for any other contributors, but in my current role I don't use either finagle nor postgres. And I've got my OSS-hands rather full...
Thanks for the heads up – I think I just did things in the wrong order when doing the release. I'll make a new 0.6.1 release to resolve the confusion.