Gabe Schine
Gabe Schine
This is probably a flutter engine bug: https://github.com/flutter/flutter/issues/25306 But it's worth tracking it from here (maybe go +1 it!). My app makes heavy use of maps with overlays, and the...
Greetings! I'm wondering if you would be willing to provide native implementations of simplex 2d and 3d noise functions in the Pixelblaze function API. These functions are so useful for...
We have recently seen very intermittent, odd behavior of the base map layer showing up as a set of our internal icons tiled across the map or a set of...
Two other things I have done to help with the sound quality of voice: 1. lame_set_quality(lame, 2); 2. lame_set_exp_nspsytune(lame, 1); lame_set_quality = 2 is better clarity, and the nspsytune enables...
**Describe your environment** ``` % docker run --rm -it --entrypoint bash ghcr.io/rtl-airband/rtlsdr-airband:v5.1.0 root@e2b9321d17c5:/app# ./rtl_airband -v RTLSDR-Airband version v5.1.0-dirty ```
Fixes https://github.com/maplibre/martin/issues/2395 `warn!()`s on an `Error` result from per-file or per-path file resolution during Martin startup, instead of propagating the error up the stack. Allows for unknown file paths to...
**Current:** - If a config YML references a bad file path, ie for an `.mbtiles` or `.pmtiles` file, startup fails completely. - In contrast, if the config references a bad...
In short, this would allow the following config snippet: ``` pmtiles: paths: - s3://my-bucket/dir_with_many_pmtiles_files/ ``` This same functionality could apply to COGs and anything else that expands a directory into...