Stephen Parente

Results 7 issues of Stephen Parente

Adjusts the primary serializer interface to return an ArraySegment-wrapped byte array in favor of the byte array itself. It then uses the resulting count and offset fields to be passed...

Hi everybody. First off, I just want to thank the community for all of the support this repository has gotten. A few years ago when I started working on what...

help wanted

This isn't an issue for me, because I don't use the asynchronous versions of parse or serialize, but the methods themselves are deferred, not asynchronous. Node only runs thinks on...

I was taking a look at the underlying c++ to try to debug what was happening to my serialized proto when I had a repeated field. Essentially, I expected a...

Allows for easier use of kafka-console commands.

Currently the tool sends out informational output to stdout. This makes it hard to pipe output into tools like `jq` and such. Adjusts it so only jsonoutput and output go...

First contribution here. Happy to make some changes. This allows for fetching OTP from an arbitrary shell command which works great for my password manager! I am running this locally...