Christian Oliff
Christian Oliff
Answering my own question, I added this code for now, but keen to know if there is a better way: ```js document.addEventListener("DOMContentLoaded", function () { const ul = document.querySelector(".dataTable-pagination-list"); ul.className...
The error states 'Failed to resolve module specifier "simple-datatables". Relative references must start with either "/", "./", or "../".' so you need to use: ```js import { DataTable } from...
https://imageoptim.com/mac is another good option for MacOS
agree with @davidsneighbour - I approved the PR, but then took a look at it and decided to 'unapprove' it. In this context it looks correct: 
On a related note, you don't need the vendor-prefixed versions at all anymore. Chrome, Safari and Firefox have supported box-shadow without prefixes for a long time. REF: https://caniuse.com/#search=box-shadow
Hi - Amazon's Fire devices use Silk browser so the UA detection should look for 'silk' Some good info here: Amazon Silk User Agent Strings http://docs.aws.amazon.com/silk/latest/developerguide/user-agent.html User Agent Strings for...
There's a PR for this that's been open for about 5 years. #2 I don't think this repo is actively maintained anymore and IE8's global marketshare now is approx 0.02%...
> Does anyone know if there is any news about this implementation? Lazy loading images is now enabled by default in Safari, but Lazy loading iframes is not.
heya- it doesn't target the input based on the ID ([since v1.1.0](https://github.com/coliff/bootstrap-show-password-toggle/releases/tag/v1.1.0)). Though it isn't intended to be used on more than 1 on a page. I can't think of...
I think if you have a 'show password toggle' button then maybe you won't need a confirm password input? There is research showing that confirm password fields is bad UX....