Bartosz Dziewoński
Bartosz Dziewoński
This problem also affects [MediaWiki](https://www.mediawiki.org/). We worked around it by adding a plugin to replace the dots before parsing and put them back in after parsing: https://github.com/wikimedia/mediawiki/commit/ef6df58855d841a8401f543a235fb6706a3cb353
I'm experimenting with running Phpactor on Windows without Docker, WSL etc. in #2551.
(I ran into this problem while working on https://github.com/phpactor/phpactor/issues/2551.)
I've noticed that you just released 1.1.5, so I take it that it's maintained. I hope you don't mind if I send a pull request, then.
Some benchmarks: a) Without these patches: benchmark/encode.rb benchmark/subjects/ohai.json 10000 ``` user system total real Yajl::Encoder#encode (to an IO) 5.881000 0.406000 6.287000 ( 6.795389) Yajl::Encoder#encode (to a String) 5.148000 0.047000 5.195000...
I'll be happy to add them if someone figures out the minimal configuration necessary to make them work and proposes a patch.
> I think a few other extensions also have CI-only settings; does Patch Demo usually load these or not? The only one I'm aware of is GrowthExperiments, and Patch Demo...
The only limitation I noticed was that you can't set properties on `this` before calling `super`. It was trivial to avoid here, but there are some classes in OOUI and...
It should be responding with HTML here: https://patchdemo.wmflabs.org/wikis/8eae561eea/w/rest.php/v1/page/Main_Page/html …But instead I see: ``` {"messageTranslations":{"en":"Unable to fetch Parsoid HTML"},"httpCode":501,"httpReason":"Not Implemented"} ```
There is no `wmf/1.38.0-wmf.1` branch in the `mediawiki/services/parsoid` repo, so it is not checked out, so we should be using Parsoid via Composer instead. I guess that doesn't work for...