Lumina Scheiderich

Results 9 comments of Lumina Scheiderich

As a user of the table, it would be useful if the previous stable versions were not dropped so quickly. For example, right now, Chrome 49 was just released, and...

Could a member/author close either this issue with wontfix or add it a roadmap, and maybe add a comment for whether this feature will exist in v2?

@hi-t-ch I forked this repo a while back and modified it to support (and require by default) HTTPS, with either self-signed or real certs. Check it out if you are...

This isn't actually different from 2016, but usually the recommended password hashing algorithms are (in this order) scrypt, bcrypt, and then PBKDF2. I would personally have the bit about xss...

My test case (and personal context/knowledge) for this is long gone with a previous job at this point, but maybe someone else who ran into this can verify?

Redirecting to http won't work for the JS file though. My opinion is that the https config serving the link destination and update.min.js should both support lowest denominator browsers (at...

I would think that not supporting old browsers (including on old OS`s) on a page designed to help people with old browsers is pretty counter-productive. Also, you don't have to...

npm v5 (current) defaults to the functionality of `--save`, so `npm install javascript-state-machine` is the same as `npm install --save javascript-state-machine`.