Evie Snuggle
Evie Snuggle
## Weather is different in different places! #### 1) Not everywhere has a sunrise/sunset: http://web.archive.org/web/https://twitter.com/AustinJ/status/1144655793612107778  #### 2) `December != Winter` and `August != Summer` Seasons aren't the same everywhere....
``` def addToCache(cacheURL, data, cacheLength): # Return True if added, return False if not pass ``` ``` def removeFromCache(cacheURL): # Return True if removed, False if not pass ``` ```...
**Proposed method structure:** - [ ] boosters - [x] player - [ ] hasBooster < - [ ] friends - [x] findGuild - [x] getSession - [ ] watchdogstats -...
I need to add a cool gif to make this look cool. 👀
Start tracking how many requests are made on each API key. Perhaps turn verified_api_keys into a list of dictionaries in order to do this. **Example:** ` [{key: 'xxxxxxxx-xxxx-xxxx-xxxx-xxxx-xxxxxxxx', totalRequestsMade: '32',...
Could we please have an example of a mononym added here, since they're pretty common! I'm from the UK where name changes are done by yourself and you can do...
Oh my goshness, I'd feel bad for the poor GitHub gist servers! Does it make a "blank" revision each time it checks for a new Tweet? Ideally if there are...
👋 Hello! When I export my CV as a PDF, all of the emoji seem to turn into broken 'tofu' symbols. This is **not** an issue with the HTML format....
## Feature Request I think it would be a good idea to add some kind of stressful benchmark to Travis and track how different pull requests, commits etc. change Spacefish's...
## Description The tutorial, https://docs.chef.io/install_omnibus.html, shows an incredibly insecure way of creating an installer, due to a timing difference between curling into a file/stdout vs curling directly into bash. This...