Roy McKenzie

Results 10 comments of Roy McKenzie

Thanks for that! I am new to Chrome Extensions. I want to add the ability to toggle it off from the icon. Maybe get to that later today! Maybe add...

Hi! Glad you like that app. I made the code open source long after I initially started the project (which was early in my days of writing apps). It does...

I gave `:loop="true"` a try but it does not seem to be working. Using it from here: https://cdn.jsdelivr.net/npm/@ssense/[email protected]/dist/vue-carousel.min.js which seems to be the most recent release. Is that correct?

Here is a fiddle of it, not working: http://jsfiddle.net/kpkrmx2k/3/

Ah, if you download the source from GitHub it is working. For some reason the CDN does not have the latest code base even though the version is correct.

A client of mine is experience the same issue as @ElinaMacichina. Specifically the CSS being inlined into the page as text.

I believe @kangarko is referencing the `​` character entity in the `alt` of the `img` tag. ![image](https://github.com/roymckenzie/detect-zero-width-characters-chrome-extension/assets/1065321/ebc8d43f-1133-45ba-a2bf-07d703077a08) We should find a different way to handle zero-width spaces contained in non-text...

I saw your comments on the pull request you reviewed (thank you!), but am still not clear on why this error is being thrown. Is the DOM not fully loaded?...

Ah! I see. That makes sense. I dug around a bit. I tried to see if there was any way to set style rules based on the type of character....

I have noticed this issue, too. A client of mine uses Cloudways to host many of their websites and they have Varnish enabled. If I purge Varnish and then "Regenerate...