Mateus Santos
Mateus Santos
@cscott did it move forward? I'm trying to implement a sanitizer for the PCS service (mobile-html endpoint). The first choice I had was the [sanitize-html](https://www.npmjs.com/package/sanitize-html) package, but its minified size...
The specific use case is to sanitize the input from `displaytitle` and enforce allowed tags when inserting into the lead section using innerHtml [1]. TBH, I'm not sure if that's...
We are also experiencing something similar, see our ticket bug for more context if you're interested https://phabricator.wikimedia.org/T288897#7288008
Just FYI, we couldn't wait for this to be published and published in our org. See https://www.npmjs.com/package/@wikimedia/less-plugin-clean-css
Just a note, probably you already know: we can't have different node-mapnik versions across the packages. If some optional package has node-mapnik as a dependency it should be paired with...
Mapnik is the maintenance burden. If we can replace it entirely, it would be excellent.
@Phyks what is the version of mapnik installed?
We current run 3.0.20 after the following task https://phabricator.wikimedia.org/T188674 I suggest you to upgrade mapnik version, you can try the wikimedia backpoted version of mapnik 3.0.20, see https://github.com/mateusbs17/gisdock/blob/master/kartotherian/Dockerfile#L11 If that's...
> May I suggest to update https://github.com/kartotherian/kartotherian#install-other-software-dependencies to install the backported Mapnik version instead? Nice find! Thanks for the suggestion.