Minh Nguyễn

Results 1323 comments of Minh Nguyễn

That all sounds reasonable to me. I was just spitballing about a way to avoid the punctuation if desired, but I agree that there’s no hard constraint about keeping the...

> Interestingly, I discovered recently MapLibre Native rejects nested arrays inside literal via some code paths but not others. So my impression is perhaps literal was meant to evaluate expressions,...

> That's super interesting context. How did other array properties work back before literal (did they exist)? Was `get` the only way to get array outputs back then? This would’ve...

If I set `text-font` to `["literal", ["get", "font"]]`, should MapLibre fetch the fontstack literally named “get,font”, or should it fetch the fontstack specified by `font` (an array-typed feature property), treating...

Related discussion: https://github.com/openstreetmap/iD/issues/7485. There’s a hard-coded list of keys that don’t get taginfo suggestions. It could be supplemented by a regular expression for keys starting with `name:`. https://github.com/openstreetmap/iD/blob/49492a0e06aef71f90e96ab3ed50098df0f4ce93/modules/services/taginfo.js#L196-L209

I don’t think anyone has submitted a pull request about this issue so far. (You’d see a link to it somewhere on this page.) Feel free to submit a PR...

By the way, I noted above that we’re hard-coding a list of “popular” keys to ignore, but there’s a large, technically unbounded number of possible `name:*` keys. So rather than...

The example from Germany is part of both an Autobahn and an E road. #1619 would’ve set the `network` to `e-road`, but #1648 backed out this change because it broke...

This regression might’ve been introduced in #750. It appears to be a race condition. The error is thrown because `codeEditor` is undefined: https://github.com/tyrasd/overpass-turbo/blob/980dc1de5b42849179ef635bc177e547664e0f37/js/ide.ts#L1204 because this code runs before `codeEditor` gets...

IMO this is a reasonable use case. Sometimes the user makes a typo or a one-off comment that they don’t want interfering with their selection of previous changeset comments. Some...