Minh Nguyễn

Results 1323 comments of Minh Nguyễn

Sorry, I may have misunderstood the checkbox in the template. The extension doesn’t have its own release cadence; instead, they put out a snapshot release for every MediaWiki release, as...

Sure, feel free to post a pull request for review when you’re ready. Per https://github.com/openstreetmap/iD/issues/4090#issuecomment-359428212, the only thing left to do here is update tooltips to also localize the modifier...

Sorry, I should’ve been clearer: iD doesn’t use real URL query parameters; instead, it uses a similar syntax as the URL hash (after the `#`), so that the hash can...

Thanks for posting #10570 – let’s continue the discussion about your implementation there.

This is a drop-in alternative to #1126.

I keep getting the following error when attempting to use [`mw.ext.dpl.getPagenames`](https://www.mediawiki.org/wiki/Extension:DynamicPageListEngine#mw.ext.dpl.getPagenames) or `mw.ext.dpl.getFullpagenames` in [a module](https://test.wiki.openstreetmap.org/wiki/Module:Proposals) and using the module on a page. > [dda9d500a96301d569a3135d] Caught exception of type Wikimedia\Rdbms\DBLanguageError

My previous attempt was in Scribunto’s REPL and in a template preview, but I just tried to invoke the module on [the sandbox](https://test.wiki.openstreetmap.org/wiki/Sandbox) using this code: ```mediawiki {{#invoke:Proposals|list|status=Active}} ``` and...

I wondered if that might be because we have containing quotation marks in their names, like ‘[Proposals with "Approved" status](https://test.wiki.openstreetmap.org/wiki/Category:Proposals_with_%22Approved%22_status)’, but I tried it with a plainer category name, “[Proposals...

> It will be up to the tileset authors which languages they want to support. This will gracefully degrade because not supporting a language is the same as that language...

> As I see it there are two different use cases for multilingual maps. One is where the user can switch between languages, one is where the map maker decides...