Piotr Podusowski

Results 45 comments of Piotr Podusowski

Cool, I'll check it out, but it will probably take a while, so I apologise upfront.

They are downloaded again, unless http cache have them. You can think of this and http cache as a two layered cache. And yes, I know that current http cache...

I have ended up with a [separate crate](https://github.com/podusowski/android_clipboard), but it would be nice to have the clipboard crate, which I guess arboard is the closest to being. Would you prefer...

> My primary concern is around permissions: In modern Android versions the system has gotten fairly picky about when an app can read or modify the clipboard. Does the implementation...

On disk cache is a bit tricky. On WASM, it's controlled by the browser. On native builds, it's backed (and limited) by `http_cache` crate. The builder for it [is here](https://github.com/podusowski/walkers/blob/1065de8abbb59bd2be2f7a186524950d93f36748/walkers/src/io.rs#L85)....

Hi, not really. Such functionality would have to be implemented by exposing some info in `HttpTiles`.

Cool stuff, but it doesn't work with vector tiles.

Sorry, I'm not a maintainer of this crate. :)

If you mean the rendered tiles, then there is a support for [HTTP cache](https://docs.rs/walkers/latest/walkers/struct.HttpOptions.html#), but that's it. There is no explicit API to download them beforehand. Also, [it would be...

I see. I'm afraid this library cannot render these. You would need to use Mapnik or similar to generate tiles, and then you would display them in Walkers. It's a...