rugk
rugk
- https://developers.google.com/web/fundamentals/security/encrypt-in-transit/why-https - https://scotthelme.co.uk/still-think-you-dont-need-https/ - https://istlsfastyet.com/ - https://www.httpvshttps.com/ - http://arstechnica.com/security/2016/07/https-is-not-a-magic-bullet-for-web-security/
As for qrcode generation there is also https://larsjung.de/kjua/. It works without jQuery and is very powerful. (alternatively [this works with jQuery](https://larsjung.de/jquery-qrcode/))
FYI there is a lib developed, which uses [NaCl](https://nacl.cr.yp.to/) encryption on top of WebRTC (which is already [quite secure](https://security.stackexchange.com/questions/94284/how-secure-is-firefox-hello)) to encrypt files end-to-end in a secure way (so the signalling...
Just duplicated this issue inn https://github.com/caddyserver/caddy/issues/4309 (keep whatever issue you want open :upside_down_face:)
So finally my **use case**: I want to translate/parse **building levels/floor numbers**. As you probably know, in some countries (US, Russia) the floor 1 = ground floor, while in (most?)...
BTW, as for docs: If you want to explain custom functions, that use-case may be quite well-suited, I'd say. Personally, I would not implement `FLOOR`. It's not really descriptive. (I...
That all said, I still would think such a common thing as arithmetics support would be nice. Especially, if you could prevent this function-syntax and just write it as in...
> (I kind of wish floor numbering was something CLDR exposed, same as they do with the measuring systems, first day of the week, or even the standard paper size....
So what shall we do with this issue here and the closely related https://github.com/projectfluent/fluent/issues/228? Has any conclusion been reached what/how things may be changed in fluent (for this use case...
Yeah, maybe, I guess that works.