Florian Weingarten

Results 6 issues of Florian Weingarten

I believe I might have discovered a bug. When running the following code (on either v0.5.2 as well as on latest master, e.g., c8c346db72b5505740065d9de79b4a52081d5a57): ```ruby require "mysql2" config = {...

To make logrotate easier, the honeymap backend server should reopen the logfile when receiving SIGHUP signals.

I'm trying to manually retrieve some videos with their `contentDetails` included. The following does not work as expected: ```ruby Yt::Collections::Videos.new.includes(:content_details).where(id: ids) ``` It generates an HTTP call with `part=snippet` (not...

Using this gem, is there a way to download a video's [captions](https://developers.google.com/youtube/v3/docs/captions)? If not, would be awesome if you could add that feature. Thanks!

Not sure if this is even a bug in this add-on or in Anki or in Qt or if it's specific to Mac OS X or not. Maybe someone can...

bug

When trying to run `gb` on Darwin, I get this: ``` $ go get code.google.com/p/go-gb/gb $ gb panic: template: MakeCmd:35: unexpected bad character U+003D '=' in if goroutine 1 [running]:...