Anthony Dodd

Results 219 comments of Anthony Dodd

So, are you looking for FileSystem browser API access? If so, I would recommend sticking with web-sys: https://docs.rs/web-sys/latest/web_sys/struct.FileSystem.html If you need to perform more structured FS manipulation, I would recommend...

@Speak2Erase we have support for a few wasm-opt related args described in the docs here: https://trunkrs.dev/assets/#rust We've discussed making this much more generic, so that we don't have to stay...

This would be perfect for a middleware package. Maybe as part of the Gotham ecosystem. Or maybe a middleware shipped with Gotham out of the box. Thoughts?

@siku2 nice, I like that. Yea, the composition approach would be great. I suppose with an approach like this, it would mostly be modifications to the `Properties` derive macro? I've...

Having used these methods from tokio 0.2 — namely `set_keepalive` — it would be great to have these in tokio 1.0 as well. For now, I'm using SockRef as @Darksonn...

@lucperkins thanks for opening this issue. I'll need to think about this a bit. A few quick thoughts: - we already have plans to publish a Trunk library as described...

Nice, I understand a bit better now. I'm not sure if you've seen this project: https://www.getzola.org/ it is built in Rust, but it still uses JS for various things ......

@extrawurst very interesting. Thanks for the report. Do you have any suggestions on a good way to mitigate this? I have not investigated this issue at all (I don't normally...

Hello all! I am sorry to hear that folks have been blocked by this issue. As far as I can tell, this appears to be an issue with configuration on...

Sounds good to me. I’ll add it to the list above. Any ideas on libraries/algorithms we can use to accomplish this? I can’t say I’ve done much PNG optimization, I’d...