Chris Leishman
Chris Leishman
Hey @rickystillwell, The release plan for Neo4j itself is not something we typically discuss too far in advance, as it has a propensity to change and we like to avoid...
Sounds reasonable, @hayesgm!
I’d say the expected output is 100. A byte buffer is not variably sized, but rather sized at creation. Its content is 100 bytes. You just have 99 that are...
What you're dealing with here is the semantics of Netty's `ByteBuf`. It contains pointers for readable and writable pointers and provides a method `Unpooled.buffer()` that provides a buffer who's capacity...
I must admit, I don't quite get this. UInt8 types are serialized as a single byte already. Large integers are serialized as little-endian byte arrays. Because SSZ contains no type...
Cannot be reproduced. Throws an error `"Unexpected 'bar', expected a newline or end-of-input"` and I've added a test to confirm this.
@liutikas Seems not unreasonable. Perhaps we could even have a separate package for people who need to keep things slim. Feel free to propose a pull request to change that.
@liutikas Will #54 resolve this? I'm way out of touch with gradle and maven publication, but there is now a jar with a `-all` prefix, containing a shadowed version of...
Happy to see a writer added here. Perhaps first propose the API before diving in on the whole solution?
Closed by #49