tmikaeld

Results 94 comments of tmikaeld

That worked, but it seems to be a bug. Both browsers and CF workers handle it with only deriveKey.

Now the actual domain is gone as well, with no access to options.

@seacrawler11: This works with Let's Encrypt Cert: ```bash certbot certonly --standalone -d example.com chmod -R 0770 /etc/letsencrypt/archive/ chown -R root:node /etc/letsencrypt/archive/ ``` ```javascript var fs = require('fs'); var host =...

@Jack-Collins You need a domain name, also called common name when issuing the certificate. A self-signed certificate is not enough to get rid of the "Non secure" warning.

I'm deploying to Cloudflare Workers, which should be the same as browser (Chromium). I need RSA verification, I've implemented a full FIDO2 authentication into workers, but it's too slow with...

Just tried the demo, really great idea! Will be using a Swedish dictionary on a project. As mentioned, space would be the most natural since Tab and Enter is system...

Tab is already used to be able to navigate a webpage with only keyboard, using that would break it. It's a usability no-no.

matthewdl: Please do if you have the time, text-shadow is very needed. EDIT: Looking at CUFON, we might be able to use their method of creating text-shadow.

+1 I used the text-shadow branch, and it works perfectly on IE6-8 but not on IE9 at all. Why has IE9 been excluded? EDIT: I tried using filters on IE9...

Sound great, will you apply that on IE6-8 too, i noticed that a black line get stuck on the screen if text-shadow is applied to links that has text-decoration:underline; Is...