Matthieu Monsch
Matthieu Monsch
This sounds cool; we just should be careful not to re-implement the uppercase registers' functionality (if you write to register `A`, it appends the contents to the register's value). Maybe...
That sounds like a good idea. Not sure whether I'll have time to add an option for this soon; PR welcome :).
Thanks for the PR @serras and apologies for the slow reply, I am just catching up on this repo. I don't think I had notifications turned on here. It looks...
It would be great if users could pick only the one they are interested in. I'm not an expert in Haskell tooling though, do you know any good options to...
Hi @JakubBarta, apologies for the delay. I'm concerned that this change will restrict our ability to evolve the library. For example https://github.com/mtth/tracing/pull/13 might have broken clients if they relied on...
Agreed - the current behavior is not great. The background thread should fail the whole process on error ([relevant read](https://www.fpcomplete.com/blog/2017/08/exiting-haskell-process/)) or continue publishing. In the meantime here are a couple...
Hi @JAForbes. Thanks for reporting and apologies for the slow response. I'm not familiar with the underlying issue: could you help me understand how complex browser setup is currently and...
That's helpful, thank you. This change sounds reasonable to me, please put together the PR when you have a chance. W.r.t. `ArrayBuffer`, if I remember correctly, `Buffer` provided additional/optimized methods...
Hi @raveclassic. Code generation is not currently optional, unfortunately for your use-case. https://github.com/mtth/avsc/pull/223 was opened a while back to support this feature but is still pending. https://github.com/mtth/avsc/issues/221 is also related....
Closing this as the improvement is already tracked in #221.