Ryan Hitchman

Results 14 comments of Ryan Hitchman

I know about that trick, but there's the possibility that some image host might strip the extra data. Not that big of a deal, I guess. It's neat to have...

This is fixed in master, it just needs a new release cut. The last release was 14 months ago.

Note that the best compressor to use depends on the particular combination of compression speed, bandwidth, and decompression speed. Single-threaded zlib is better than LZ4 at

This isn't a very good spellcheck algorithm. It should really just flag everything 1 or 2 edits away from a known word... /lgtm

Changing the end of `driver/gcs.go:PutObject` from return obj.NewWriter(context.Background()), nil to w := obj.NewWriter(context.Background()) w.CacheControl = "private" return w, nil would fix that.

Can you remove the unnecessary quote/whitespace changes?

You could search PyTZ.common_timezones for a match to whatever the user entered. Another idea is to fold this into the weather plugin, which already remembers locations that people passed it....

I'm slightly wary about automatically updating plugins from a gist url -- far too easy to make a bot do something malicious. Skybot supports hot plugin reloading. A directory in...

A simple way to do this could be something like `@hook.timer(delay)`, which calls your plugin approximately every `delay` seconds.

cloudbot renamed 'say' to 'message'