Rob Kirkner

Results 6 issues of Rob Kirkner

I'm sure many potential plugin users would like to know which browsers we can count on with this plugin before getting hours into implementation. The suggestion of "modern browsers" could...

Simple implementation below. I have `scroll-behavior: smooth;` on my viewport element, that causes it to scroll very slowly and sometimes freeze like it's trying to calculate what to do. Removing...

Hey great work on this! I had been wondering if someone would do this (and wishing the existing UIs for IPTV weren't so disorganized and slow). I see you are...

A simple horizontal slider set to `transform` mode will run very jerky when the inspector tab is open in dev tools. Not a big issue, but it did make me...

I'm running Cruddiy as an app in a subfolder using a custom NGINX config. My path is `localhost:8080/cms/` for example. Cruddiy creates subfolders like `app` etc after initial setup. Then...

# Description In this article, it mentions that 'lit-html' includes XSS-prevention. That's what lead me to this library. https://benfrain.com/html-templating-with-vanilla-javascript-es2015-template-literals/ Naturally, I wanted to verify that before using lit-html so I...