az-faro

Results 12 comments of az-faro

Hello again, sorry for the delay, but I finally got around to reproduce this. I would say it's related to the tiles not always being the set size (if the...

Thanks for the info, I might look into MapCompose then. As for MapView, would you say adding and removing the entire markers is better or worse from a performance perspective...

@devjta What I do when there is a lot of markers on the screen at once is that I start randomly hide them. If you have > 10k markers as...

@blakeembrey I don't even get far enough to use any input, it crashes directly when I call `const express = require("express")`.

Actually I revoke my previous statement, I get the crash here: `app.put(express.raw({ type: '*/*' }));` (where `app` is `let app = express();`)

@wesleytodd who are you asking?

I'm doing this to be able to parse xml, it now fails on the second to last line (has worked before): ```javascript const express = require("express") const bodyParser = require("body-parser")...

@blakeembrey ok, I removed `app.put(express.raw({ type: '*/*' }));` and indeed the program still works fine without it. It was written a while ago, so I can't say for certain why...

But why can't this library handle it without the size? Obviously rust can, and every browser with support for zstd can. How do those decoders do it?

@asmaloney this has been waiting for a while, is it perhaps possible to get this merged?