Stuart Langridge
Stuart Langridge
As a bit of a workaround, I can monkeypatch the `connect` function from my code to use a different auth scope and it seems to work fine: ```js // monkeypatch!...
I can confirm that Google Drive can often see multiple folders called "remotestorage", or multiple folders under "remotestorage". This is caused by the confluence of three things: 1. Google Drive...
A few other clients have a "clear cache" option. However, this isn't as nice as you'd think, because it means I have to go and dig through the settings to...
Thank you for the tip on blocking! Twitter API to get a list of blocked users: https://dev.twitter.com/docs/api/1.1/get/blocks/ids
Aha, yes, yes it is! That works great; thank you! I don't think the docs mention `this.elements` at all, so that might be a nice update to add to the...
I've just tried with Adwaita, and it doesn't seem to make a difference. This is a little difficult to test, because cawbird gets slower as it uses more memory (and...
A followup on this issue; I've been looking into this with the intention of using new visitor maps. Once I've worked it out, I'll put together a thing that allows...
But where the code is hosted isn't relevant to the app's identity. At some point you will start supporting, say, gitlab, or a passed git url of my choice. At...
I'm seeing possibly the same issue on Android 6.0. Logcat: ``` 10-16 10:30:37.079 3051 3051 D OauthFragment: onPageFinished: https://api.twitter.com/oauth/authorize 10-16 10:30:37.079 3051 3051 I OauthFragment: interceptUrl called with url: http://localhost/twitter?oauth_token=BBBBBBBB&oauth_verifier=CCCCCCCC...
Nope. Based on my, admittedly limited, testing it works in the whole book, not just this section. Give it a try; I may of coyrse be wrong, but I wouldn't...