Gerhard Olsson
Gerhard Olsson
Google maps allows up to 10K calls /month before there is a cost: https://mapsplatform.google.com/pricing/ So it is likely not a good solution.
The easiest way is probably still to update MapBox. MapBox do not support 16kb in the default builds, but they do now document that the ndk27 build is required. Maybe...
Well, the plan is to update mapbox, someone just have to do the work. When we need to make a new release with other changes (like the no-gps etc that...
> Switching back and force in history causes popups about missing CSS file - without further issues. I am not requesting a change. How? I cannot provoce that. (I would...
> Just for the notes, not requesting a change. > > * Run this > > * Set "Windows app color mode" > > * Run HEAD Get it. The...
> "Windows app color mode" is always decorated with "restart required" - still. Works for me. Does it appear after restarting the app? You can change from Windows to dark/light...
This took some time, hope I get it right now... The rules are quite complex. useVisualStyle is now suggested by default from the theme, so defaults are better. useVisualStyle is...
> I don't work in as many repos concurrently, but I often have dozens of repos that I use as reference source. I use the dashboard to search for repos...
GE will likely never handle all Git scenarios optimally, not sure if this can be improved. There are some open PRs for submodules, some specific for removed submodules: https://github.com/gitextensions/gitextensions/pull/12436 https://github.com/gitextensions/gitextensions/pull/12467...
You can add options to git-log: https://git-scm.com/docs/git-log Something like `--tags="v4.*"`  You can add `--simplify-by-decoration` to just see tags/branches (also in Advanced filter dialog. If that does not fit your...