Robin Millette
Robin Millette
I see. Even if you add a > better forms of contextual actions bookmarklets are still out there. I have one to generate passwords, for instance. I think there could...
I'm really not up-to-date with CSPs, but I trust your judgement. I'm going a bit off-topic, I hope you'll indulge me. Another bookmarklet I sometimes use is the following (the...
Great, thanks for all the feedback and references.
https://spectrum.chat/zero was suggested in but nothing new there in almost 6 months.
And CouchDB 2.1.1 is just around the corner:
@kroleg A stable JSON.stringify would be needed when comparing since the order of keys isn't garanteed. Something like https://github.com/substack/json-stable-stringify although there are [faster options](https://github.com/nitsky/fast-stable-json-stringify#benchmarks).
@olivernn ```js if ((typeof console !== 'undefined') && console.warn) { // ... } ```
It's pretty good for ephemeral services. For instance, I begun a meeting scheduler (where people vote on a best date and time), you can see an example here: https://millette.github.io/kyucan/#evenement With...
Should be possible with: - + - Ah... nevermind: > tus is a new open protocol for resumable uploads built on HTTP. This is the tus protocol 1.0.0 node.js server...
Also of interest, signing with ssh keys: https://calebhearth.com/sign-git-with-ssh