Jeremy Pasco

Results 6 comments of Jeremy Pasco

I just found that the split cookies configuration allows the creatation of a third one with the whole cookie (header+paylod+signature). So the following is an overkilling solution but works: 1)...

It looks like the demo server is triggering 500 errors for any request right now. You can try with your own api server by cloning and running the following repo...

Thanks. ~~Just tried with 10K (Chrome and Edge on Windows 10 desktop) but got the same issue... so if I understand it correctly, this error could mean that I have...

Ouch, that is a tough outcome for some of my use cases. It might imply to rewrite from scratch some packages to reduce the stack size. The tricky part is...

No idea, I've tried StackOverflow, Symfony Vulcain dedicated channel and here: no response. I might be wrong but api platform seems to have definitely abandoned standard PHP distribution in favor...

Nice catch! I made a typo indeed by reusing the `ArrayBuffer` instead of my `Uint8Array` in `webR.FR.writeFile()`. Thanks. I'll try to propose a pull request+test about it.