Alexander Borsuk
Alexander Borsuk
1. Did you read https://blog.rink.nu/2023/02/12/behind-the-magic-of-magic_enum/ ? 2. Did you check a C++20 version https://github.com/fix8mt/conjure_enum ? 3. Is there any difference in the binary size for iOS/Android with/without these approaches?
Dropping conjure_enum even without comparing the results (e.g. binary size) with majic_enum doesn't sound right. Can its focus on C++20 provide a cleaner and smaller code for us?
tip: `document.querySelectorAll( '.load-diff-button' ).forEach( ( button ) => button.click() );` is very useful to load all file diffs in the PR if GitHub thinks they're too large.
``` C/C++: /Users/alex/Developer/omim/omim/android/app/src/main/cpp/app/organicmaps/sdk/Router.cpp:20:3: warning: variable 'type' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] C/C++: 20 | default: assert(false); break; C/C++: | ^~~~~~~ C/C++: /Users/alex/Developer/omim/omim/android/app/src/main/cpp/app/organicmaps/sdk/Router.cpp:22:40: note: uninitialized use occurs...
How does landscape look on tablets?
Am I right that this issue is about the same IRI/IRL (International Resource Identifier/Locator) support as this forum topic https://discourse.gohugo.io/t/bug-feature-hugo-wrong-support-non-acsii-symbols-in-url/8375 and closed issue #3039? It would be great to avoid...
This is still relevant. Another small benefit of this feature (in addition to listed above) would be a smaller size of a generated HTML page if it contains a lot...
@vng looks like there are two issues: 1. The rect for visible/found features on the screen should take into account the part hidden by the search panel. We likely need...
More details about each changeset can be retrieved here: https://api.openstreetmap.org/api/0.6/changeset/138208058 ``` ```
Your changeset [doesn't have](https://www.openstreetmap.org/api/0.6/changeset/138237494) an empty `comment` tag. It is added when the changeset is closed by OM. These can be different or related issues, see also #463