Florent Pillet
Florent Pillet
John, Regardless of whether you consider unicode chars < `\u0020` as erroneous, I (at least) have a real need for accepting these characters AND convert them as bytes of their...
Thanks for your detailed answer, John. I suppose it doesn't matter to you that in the browser, `JSON.stringify()` exactly does what is said being illegal: generate `\u####` entities for values...
Oh and for what it's worth, as long as I'll be able to avoid a costly phase of JS preprocessing, I won't even consider it (and encoding to base64 would...
I'm not arguing that John should jeopardize JSONKit's stability, power nor speed. I was merely asking for an _option_ that allows letting binary data through, to let JSONKit match reality...
@atnan Can binary plists be natively generated by mobile webkit, or do they require JS code to encode them? Let me make things straight - I'm in the context of...
@adamjernst I don't think this would pan out. Our product is basically a UI / communications engine and our customers drive it using Javascript. They need to be able to...
We are having the same issue. Not an issue yet as it still compiles, but we need a way to access `addressStorage`. For example, getting the public key of a...
@yaroslavyaroslav Ok thanks! For our purposes we need to access both public and private keys of wallets we generate. We also need to perform ECDH but that's a different topic,...
Hey guys, sorry to chime in so late. Been held back by insane workloads. Okay so I looked at my usages on `Action`. As was mentioned, I'm a pretty heavy...
@gurjeet734 @nitishat I have a PR that enables screenshare to work correctly: https://github.com/AgoraIO/API-Examples/pull/202