Adam Bliss

Results 65 comments of Adam Bliss

Thanks for the fix @gebner . Here's what I've got on my device at commit ce5ca7: ``` 46/1146 Test #1146: lp_tst ...................................................... Passed 0.05 sec 99% tests passed, 3 tests...

Here's one concrete proposal. 1. Next to twtxt.txt, users may include a twtxt.txt.sig , containing a binary detached pgp signature (produced by `gpg --detach-sig twtxt.txt`) 2. In a following url,...

Good point, I was assuming twtxt.txt was a mandatory part of the URL. After reading the comments in #48 , I think a better proposal is to simply use an...

How do you link to a specific twt with a fragment? Do you use the timestamp? That's neat. If breaking backwards compatibility is on the table, I'd advocate making the...

Here's another reason to sign the file: I'd like to make an 'unhosted' in-browser twtxt client. Many hosting providers don't provide CORS headers, so in order to load others' twts...

I think I can guess what happened. I had just imported a backed-up wallet (and reset the blockchain). At the moment I scanned the transaction, the app was still a...

I can confirm that changing the `= ''` in `reset()` back to `= 0` fixes the issue, which explains why I could not reproduce in the gh-pages branch. I understand...

FYI, I now believe the problem here is that the 'transitionend' event bubbles up (nobody ever calls stopPropagation), so that if a child's animation ends after a parent's animation has...

BTW should I prepare a pull request based on master or gh-pages? It seems that gh-pages hasn't been updated in a while; example 13 in the docs doesn't seem to...

I think the given example just omits adding submodules for brevity. The actual bug here is that the push won't succeed when the remote is a local path (whether there...