Alexander Borsuk

Results 1620 comments of Alexander Borsuk

> Keep switch-case on one level without indent: Done. @vng do you prefer ```C++ switch(var) { case 1: { do(); break; } } ``` or ```C++ switch(var) { case 1:...

Is there a better place for the direction arrow? Can it be moved, for example, to a button in the PP where users may guess that it is tappable? Is...

Thanks! Is it possible to test it on some more real commits/changes? Maybe choose several existing PRs?

Great, thanks for the example! The last step is to tune the final clang-format rules if necessary, to avoid reformatting later. I've made https://github.com/organicmaps/organicmaps/pull/10668 to review and tune `.clang-format`

Did you try to set "avoid ferries" option? Note that public routing is not implemented yet in OM.

I've launched an alpha build to test this PR: https://github.com/organicmaps/organicmaps/actions/runs/15155978936

@kavikhalique is it ready for public beta testing? What's missing?

Thanks a lot for your work, it works! Some feedback: 1. Track Place Page (TPP) should show the Edit button when a track is selected (and a graph for faster...

> At the bottom of the place page the Edit button will be harder to discover and always require additional number taps or swipes (which we prefer to decrease as...

Crash when selecting a track from Bookmarks and Tracks (if rebase on the latest master)