Minh Nguyễn

Results 1323 comments of Minh Nguyễn

Even if a warning sign doesn’t come with an explicit distance, it often still has a natural start and end because the same sign is posted as you approach from...

A checkbox shouldn’t be labeled with “not”, because double negatives are confusing to users. I’d phrase it as something like “Partial value”. Or the editor could special-case `others` to disable...

Many of the multicombo fields are for tagging schemes that intentionally allowed subkeys to be added by fiat (by editing the wiki unilaterally). [`payment:others=*`](https://wiki.openstreetmap.org/wiki/Special:Diff/1908225) was documented in 2019 by analogy...

I only see [93](https://github.com/search?q=repo%3Aopenstreetmap%2Fid-tagging-schema+path%3A*.json+%2F%22type%22%3A+%22combo%22%2F+NOT+strings+NOT+%22icons%22+NOT+networkCombo+NOT+snake_case&type=code&ref=advsearch) to [164](https://github.com/search?q=repo%3Aopenstreetmap%2Fid-tagging-schema+path%3A*.json+%2F%22type%22%3A+%22%28multi%7Csemi%7Cnetwork%7Ctype%29%3Fcombo%22%2F+NOT+strings+NOT+%22icons%22+NOT+networkCombo+NOT+snake_case&type=code&ref=advsearch) combo fields (depending on which variants you count) without any UI affordances to distinguish known values from unknown values.

Key prefixes and suffixes are a relatively new concept, I think only about two years old, so iD probably doesn’t properly support them yet. Historically we’d document a key prefix...

What character encoding would use `=` to turn Latin letters to Greek ones? Can the person who reported the issue share a screen recording, for those of us who don’t...

Did we ever hear more about this issue? Can someone with permission try to reproduce the issue using the provided sequences? If it doesn’t reproduce, I think we can close...

Nothing on my end. I only found out from this issue. I’d just give a go at entering something like “a=“ into a wiki page and seeing what it becomes....

The Mapbox Directions API’s walking profile uses Valhalla instead of OSRM. You can tell because each instruction in English ends in a period, whereas OSRM always omits the period. Tuning...

Mapbox (née MapBox) _used to_ power all the Directions API profiles with OSRM. Several years ago, they switched the driving and walking profiles to Valhalla. I think cycling might still...