Faye Amacker

Results 91 comments of Faye Amacker

@immesys Thanks for suggesting this feature, I think it's a useful feature to add. :+1: I can implement this feature if you'd like, or you can open a PR if...

@dedefer Thanks for opening issue and PR. It makes sense to me to add this option. I'll take a look at the PR. It may be a while because I...

Hello @dedefer, I like your PR and want to include it in the next release. I've been swamped with work and hope to get to it after an upcoming deadline....

> Hi fxamacker, I am trying to get the stream_decoder API (from the stream-mode branch) working but have no clue how to use floats in the stream. I expected to...

@janosdebugs Thanks for suggesting this. This feature would involve either A. updating the API of decoder or B. creating new decoder type to handle indefinite length array To keep the...

@zensh Thank you for reporting this! `Unmarshal()` and `Valid()` work this way to be consistent with decoder, which can continue decoding extra data. But I understand your point because `Unmarshal()`...

Supporting tinygo seems like a worthwhile feature. I would need to look into it to understand how much work this would take.

Hey @mkungla thanks for looking into this! I'll take a closer look this weekend.

TL;DR master branch requires extensive changes to support tinygo but features/stream-mode branch (superset of master branch) would require fewer changes to allow tinygo to use `StreamEncoder` and `StreamDecoder` (which don't...

@x448 yes, 32-bit was never officially supported. @gibmat thanks for suggesting this. I'll try to make time to look into it.