Liam

Results 58 issues of Liam

I apologize in advance if I don't understand what `required=true` is supposed to do, but it seems to me like it should be the same as just adding the "required"...

Hey. I'm using this script to deploy an application that uses sidekiq onto Ubuntu 14.04 (so that means by default I get Upstart, for better or for worse :wink:). Upon...

``` Traceback (most recent call last): File "/usr/local/bin/instantmusic", line 277, in main() File "/usr/local/bin/instantmusic", line 274, in main print('Downloaded: %s' % ', '.join(downloads)) ``` In a bunch of places you...

This reverts commit d16899dd46b45faaf724eded7d13dcb6e7e8beaf. Reason: I'm not sure why this was necessary in the first place, but this commit: https://github.com/kennethreitz/requests/commit/0ba8c44260209ff518809a6b5b307d443e8dfe67 has been included in Requests since [v0.12.1](https://github.com/kennethreitz/requests/releases/tag/v0.12.1) in 2012, which...

I installed this with pip3. Anytime I download a song I get: ``` 'str' does not support the buffer interface ``` I'll fix this tonight if I get a chance.

High level overview: * Support binaries of arbitrary size. I used this tool to generate a PNG from a 60GB HDD image and it only took a couple of minutes,...

Thanks very much for the gem! I just moved a table (`users`) into its own database to facilitate sharing user data between two applications. In my data model, users HABTM...

I had difficulty determining what a "contribution" was beginning this. I definitely got all the ones that I considered contributions, but may have included too many. For example I think...

enhancement

This just occured to me. The pre-2015 events (in the `timeline` directory) don't have event_id attributes. However, the new ones all do. Maybe I could replace the MongoDB `_id` attribute...

enhancement

Could really use some tests for the Go stuff, especially the event thing. Use this: http://goconvey.co/