Martijn van der Ven
Martijn van der Ven
GitHub Pages should work, it was [originally confirmed to be OK](http://stackoverflow.com/a/5502713/3225372) to use as CDN so serving up a single bookmarklet JS file should be no problem. ([source](http://stackoverflow.com/questions/5502540/should-github-be-used-as-a-cdn-for-javascript-libraries))
> Bummer! Any ideas? Merge the HTML into the JS? What is the reason for keeping them separated?
@tomByrer, sorry, but I don’t think I know what you mean by “a HTML bookmarklet”. Currently the bookmarklet simply loads the `spritz.js` from GitHub Pages. And then `spritz.js` loads `spritz.html`...
Obviously an editor bug. Most editors will support some sort of whitespace showing setting, often replacing spaces with dots and tabs with horizontal lines or arrows. However, this might impede...
Sad to say I have no idea how to turn that into Gaunt followed by ASCII… ``` html ``` Oh well, a good puzzle for tonight, I expect.
Is `pattern` really something password managers can use in any helpful way as a constraint? I think it can only be used for validation: the password manager generates a password...
Sure, and I totally cop to having created dumb examples 😉 Just mostly wanted to highlight that `pattern` is not a very good replacement for something like this project’s `max-consecutive`,...
I just ran into this and it took a surprising amount of head scratching before I realised the per item TTL was to blame. Commenting mostly so I can keep...
My backend currently stores the discovered `ticket_endpoint` as the `client_id` on issued tokens. This value can be retrieved through token verification. (Maybe, unless [I broke something there](https://chat.indieweb.org/dev/2021-07-10#t1625945272997200).) This gives some...
For the record, I currently implement the following: ```http POST /tokens HTTP/1.1 action=ticket&me=https://alice.example.com/ ``` I think it might be wrong to use `grant_type`. Having a hard time citing a specific...