Results 50 comments of Paul J. Davis

That makes sense but with the return_trailer and existing trucated exception I’m not seeing what the extra position is giving. Seems like it’d always be the end of the binary...

I'm not immediately in love with this. My first thought is wether https://github.com/talentdeficit/jsx would be a better fit with its SAX style parsing? Do you need to modify the JSON...

Yeah, JSX being an option would have relied on that key being "early" in the JSON doc and not require mutation. My biggest concern around partially encoded JSON is around...

One thing I'd note is that this approach does not allow something funky that affects multiple levels from multiple places. I.e., having two places where partial JSON is inserted to...

Though, it occurs to me that we could add an encoder option that would encode values and return `partial_json()` resources and then you could do something like: ```erlang Partial =...

Looks like you're going in the right direction. I'll try and find time to give this a thorough review.

Not sure what this would require from Jiffy? Is the api already the same and I just need to add the ! function names that proxy through to the existing...

Do you know of an example for me to look at that gas the Elixir API layer? I've only skimmed over the intro tutorial so I'm not super familar with...

There are two reasons for this behavior. First, returning an `iolist()` from the encoder allows jiffy to avoid having to copy memory between buffers during buffer expansion when encoding large...

Howdy, I totally missed this. If you're still having issues (checks date....) almost two years later, could you paste me the data you were attempting to decode. You'll want to...