André Costa

Results 8 issues of André Costa

Firefox has an issue with loading active http content (such as map tiles) whilst connected to a warper instance over https. Assuming the content is available over a https connection...

When using `columns=description` together with `wikibase=Commons` the description is based on the Wikidata item with the Q-id that matches the numerical part of the M-id. I.e. the description of [Q21037022](https://www.wikidata.org/wiki/Q21037022)...

When creating a list with `wikibase=Commons` and `links=all` the generated links all point to Wikidata, even the ones for the main item (I.e. the Wikimedia Commons M-id). Linking to Wikidata...

The output from jshint is: ``` 12:30:51 tests/Wikispeech.test.js: line 2, col 5, 'QUnit' is not defined. 12:30:51 tests/Wikispeech.test.js: line 12, col 6, 'mediaWiki' is not defined. 12:30:51 tests/Wikispeech.test.js: line 12,...

E.g. ``` $specialPageAliases['en'] = array( 'Wikispeech' => array( 'Wikispeech' ), ); ``` instead of: ``` $specialPageAliases['en'] = array( 'wikispeech' => array( 'wikispeech' ), ); ``` Otherwise `mwext-testextension-hhvm` gives the warning/notice:...

Looks like there is some encoding issue on the displayed username (of the logged in user) where characters such as `é` and parenthesises are dropped. See e.g. image below where...

If a `PasswordPrompt` is provided with an initial value then this (masked) isn't displayed until after the [first keypress](https://github.com/enquirer/enquirer/blob/70bdb0fedc3ed355d9d8fe4f00ac9b3874f94f61/lib/prompts/password.js#L12)., which will most often override the initial value. This means that...