Rick Daniel
Rick Daniel
Sometimes, the subtitle given by the Google Books API is an empty string (e.g. https://www.googleapis.com/books/v1/volumes?q=isbn:9786029225938). This PR tries to fix the awkward resulting title due to no empty string checking...
Hi, I specified a job with `queue 'my-job:5::5'`, but when I run `Backburner.work` via `rake` task (somehow I can't call `rake backburner:work`, it shows `Don't know how to build task...
For an object `message` of type `Telegram::Bot::Types::Message`, if you call ``` message.to_compact_hash ``` The `chat` and `entities` attribute don't get converted to a hash. I fixed it by making `Chat`...