Matthieu Monsch

Results 85 comments of Matthieu Monsch

FYI @valadaptive in case you'd like to roll up any other breaking changes in this release.

Hi @valadaptive. Thanks for bringing this up and offering to help. A PR which migrates the codebase to ES6 and reduces Node-specific dependencies would be welcome. I'd be happy to...

Hi @jimmywarting. No plan to do this for now; can you give some context on your use-case and how the change would help?

Thanks for the context. `avsc` predates several of the changes which made `Buffer` alternatives competitive performance-wise, for example [this `DataView` improvement](https://v8.dev/blog/dataview) which landed in Node 11. While migrating away from...

Hi @acromarco. Reading data across compatible schemas requires a resolver. See https://github.com/mtth/avsc/issues/383#issuecomment-1081122339 for more information and an example.

It was used originally to generate standalone library bundles which could be downloaded from GitHub. This isn't used anymore so likely safe to delete (done in #428).

Hi @adamlindqvist. Thanks for reporting - the optional shorthand isn't currently supported (PR very welcome!). You'll need to stick to the long form until it is: ```avdl protocol Protocol {...

Sounds reasonable. A requirement would be for hosting to be straightforward, including the non-API documentation ([advanced usage](https://github.com/mtth/avsc/wiki/Advanced-usage), etc.).

Does `:Scratch` do what you want?