Echo J.
Echo J.
@sammypanda Can you add the `devtools` feature for `tauri` inside the Cargo.toml (so that developer tools is enabled because it isn't in release mode), press Ctrl+Shift+I (or right click and...
So far we have 2 different causes of this issue: 1. Pi-hole blocking the https://a.tiles.mapbox.com domain (it's unknown what blocklist causes this issue) 2. Missing glib-networking dependency for libsoup3 which...
@ZodiacFoxtrot So your particular problem doesn't seem to be caused by the tile server Can you download this test build of Arnis with devtools enabled, run it, press Ctrl+Shift+I and...
The bug title should say it's a Windows bug (because other platforms don't have an equivalent of the subsystem flag and its special behavior) The reason for the bug is...
> the data simply isn't in OpenStreetMap OSM has the `name=` field for features so it could be used to place a generic name sign on top of a building...
Does running the executable (`./target/release/arnis`) directly (after doing `cargo build --release` of course) help with your problem?
Making the window resizable should be as easy as editing this line: https://github.com/louis-e/arnis/blob/v2.2.0/tauri.conf.json#L16
> I don't know if we want to maintain a non-implot version of every graph forever Right now it's only one (or two) graphs (so the situation is relatively manageable)...
Interesting progress with commit https://github.com/Vita3K/Vita3K/commit/39f794515a3855a8fdf7556dc4f1ca027b94fd81 (with RADV (Mesa 22.3.5) on my AMD Renoir iGPU):  On my NVIDIA dGPU (GTX 1650 Ti...
The nouveau kernel driver requires changes for those parameters to be available (then MangoHUD can hook them up) :frog: I made an issue for this on the nouveau kernel repository...