Joe Harlow
Joe Harlow
Hi Michiel, 1. This is correct, Bonobo will parse an object or array into a string which is then converted into an `ArrayBuffer`. `ArrayBuffer`s are transferrable and therefore there is...
Yeah, I've had a quick look at this and I was wrong. ;) I'll be having a look into this over the next couple of days. Should be reasonably easy...
This is a nice idea, and yes I would accept a pull request for this feature. Should be reasonably easy to implement. I am quite happy for you to go...
Should be fixed in 2.0
Hi hanthomas, can you please provide a use case. I am unable to replicate this issue with the example from the new release. /example/?=/hello/ - works as intended /example/#/hello/ -...
Hi @hyusetiawan, apologies its taken so long for me to respond. We use this library in production. With regards to closing a channel, are you needing to temporarily close the...
the runtime does support `WebAssembly` as can be seen in the miniflare docs [here](https://miniflare.dev/core/web-assembly#modules). Unfortunately this documentation does not appear in the main cloudflare worker docs, however it **does** work....
Hi @amit, thanks for taking the time to look into doing a comparison. To be perfectly honest, this implementation is pretty loose to the JSONPath specification, so I wouldn't expect...
@amitguptagwl: I have a fix ready to go for the previous incorrect response. Is there anywhere I can see the other test specs which you are trying?
thanks, will have a look at this hopefully this evening 👍