Michael
Michael
It seems that when log rotation runs and truncates (because `copytrunate` is set) the file is still open pointing at the end thus causing the [file pointer null bytes](http://serverfault.com/a/221343/184634) problem....
When trying to run initialize I get the following error: ``` (venv) chases-iMac:weather chase$ apistar initialize Traceback (most recent call last): File "/Users/chase/workspace/newrelic-weather-challenge/venv/bin/apistar", line 11, in load_entry_point('apistar==0.3.9', 'console_scripts', 'apistar')() File...
Hello, I would like to create a last.fm provider plugin for music. I am a bit stuck though as I cannot seem to identify firstly the correct data structure and...
This PR updates the regex used for purging directives from the sdl to include directives containing the `repeatable` tag. Fixes #1188
The linters were failing for PR #1197 for files unrelated to the change. This PR fixes those styles.