pkill9

Results 10 comments of pkill9

@johang how would you set all the files to priority 0? I'd like to patch this as well to prevent it downloading as soon as it's mounted.

@johang thanks, this patch seems to work - note that once a file is accessed it attempts to download the whole thing. Is it possible to set it so it...

The IPFS urls could be stored in the form of `ipfs://`, and it could check if the user is running an ipfs daemon, and if they aren't then twtxt could...

@gragragrao I have a script used to get the access token. It requires Robobrowser. ``` import robobrowser MOBILE_USER_AGENT = r"Mozilla/5.0 (Linux; U; en-gb; KFTHWI Build/JDQ39) AppleWebKit/535.19 (KHTML, like Gecko) Silk/3.16...

Authentication has changed, [this comment](https://gist.github.com/rtt/10403467#gistcomment-1846343) in the unofficial Tinder API documentation explains the new manual way. You may consider in the future doing it automatically, [this comment](https://gist.github.com/rtt/10403467#gistcomment-1850992) should set you...

@frmsaul This is the code I use: ``` import robobrowser import re MOBILE_USER_AGENT = "Mozilla/5.0 (Linux; U; en-gb; KFTHWI Build/JDQ39) AppleWebKit/535.19 (KHTML, like Gecko) Silk/3.16 Safari/535.19" FB_AUTH = "https://www.facebook.com/v2.6/dialog/oauth?redirect_uri=fb464891386855067%3A%2F%2Fauthorize%2F&display=touch&state=%7B%22challenge%22%3A%22IUUkEUqIGud332lfu%252BMJhxL4Wlc%253D%22%2C%220_auth_logger_id%22%3A%2230F06532-A1B9-4B10-BB28-B29956C71AB1%22%2C%22com.facebook.sdk_client_state%22%3Atrue%2C%223_method%22%3A%22sfvc_auth%22%7D&scope=user_birthday%2Cuser_photos%2Cuser_education_history%2Cemail%2Cuser_relationship_details%2Cuser_friends%2Cuser_work_history%2Cuser_likes&response_type=token%2Csigned_request&default_audience=friends&return_scopes=true&auth_type=rerequest&client_id=464891386855067&ret=login&sdk=ios&logger_id=30F06532-A1B9-4B10-BB28-B29956C71AB1&ext=1470840777&hash=AeZqkIcf-NEW6vBd" def...

To add to this, it would be good to have the timemachine option atuomatically enabled with a buffer of a few seconds or so, and when the begin-threshold is reached,...

What about making it so that it only shows upcoming appointments (no empty days), but when you go down and there is a gap of a day or more between...

cool, do you have a link to the other game?

if the webview gets destroyed, would the tab have to download the page again or would it rebuild the webview from cache?