Torsten Landsiedel

Results 293 comments of Torsten Landsiedel

With ES6 we have a normalize function in JS: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/normalize And there is a polyfill for older browsers: https://github.com/walling/unorm

This is still valid. You can try to paste NFD text to TinyMCE on https://www.tinymce.com/ and see the issue. ![bildschirmfoto 2017-05-24 um 17 12 38](https://cloud.githubusercontent.com/assets/870475/26410694/52bacae6-40a4-11e7-96de-7af05b0aee88.png) New Cross Reference: https://github.com/WordPress/gutenberg/issues/433

@fyrkant Why a new issue? Can't we re-open this one?

No problem! I'm the the original reporter of the issue and monitoring this issue (and the Gutenberg issue as well). I have written a blog post about the problem -in...

Hey @adamziel I tried to copy the `regexp` function to make a similar `regexp_replace` function, but I am not sure if this null byte check is necessary here. Also not...

With "broken" I mean adding the `?rel=0` is not working. The snippet tries to filter `the_content` with adding `?rel=0` to the YT URL, but with Embed Privacy it does not...

The overlay is now showing the correct aspect ratio, but the video still shows the wrong one after it is loaded. :(

Yes, I've disabled the plugin again because of the broken aspect-ratio. It is now re-activated, so you can see the problem.