Martin Traverse

Results 11 comments of Martin Traverse

I've been following the conversations on fetch streaming upload and it seems that, while the door is not completely closed to HTTP/1 support, HTTP/2 is all we'll have for a...

Hello, Apologies for the delay, I have updated the PR to use the --pb3-optional flag to guard the new functionality as suggested. I have tested on my own project with...

I have also hit this issue. We are processing large (ish) volumes of data and using pause() / resume() to allow the data to be transmitted - this has significant...

Hello - I have rebased this PR on top of the latest master. Also as per #1779, the change is hidden behind a new flag --pb3-optional. If the flag is...

Hi - just an update to say I have rebased the PR for this issue, #1780, as there were some conflicting changes on master. Are you still happy to merge?...

Hello, just checking if there is any update on this? I would very much like to use async CSV parsing if/when it becomes avaialble. We have a data component that...

Hello, thanks forgetting back to me. I can't promise if/when I'll get any time (such is life!) but let me see if I've got the shape of the problem: *...

Thanks @yawkat just had a quick look. Seems like it required a largely separate implementation for both UTF-8 decoding and JSON parser / state logic. The decoding bit could perhaps...