Sven Sauleau

Results 316 comments of Sven Sauleau

Does it work when you run `cargo build` directly? I don't think this is related to our plugin. We should make the error more explicit tho and abort Webpack's compilation.

Thanks for your input! We have similar motiviations, fetch() or cache operations are common use-cases for HTMLRewriter's handlers. @inikulin knows more about Rust's Futures and await than I do, but...

Cloudflare's approach is indeed what @jayphelps described. When a JS handler hits an await, the current stack is saved and we switch to the async JS task, once done it...

@BioPhoton no plans on Cloudflare's side as far as I know. Doesn't mean that we are not open to contributions :)

We ended up adding an epsilon (something like 0,0001) if the box had a 0 lentgh. I can make a PR if you're fine with this solution.

Yes, I looked at the implementation and saw that, it's alright. We are heavily relying on rtreego for our game engine: [ByteArena](https://github.com/ByteArena/reactive-conf-talk-2017) (website isn't up sorry). You can expect some...

How would the building works? Is there a way to provide pre-build binaries? I assume that building Rust won't work everywhere.

A similar issue exists for the ToSQL implementation: https://github.com/rusqlite/rusqlite/blob/master/src/types/serde_json.rs#L12. All JSON values end up as SQL strings. I believe this is straightforward to fix, would be fine if I sent...

We are now blocking the path traversal requests that allowed to bypass CSP. Please let us know if you see any issues.