MaG21

Results 9 issues of MaG21

**Describe the bug** `use_docker: false` One would expected this option to skip docker all together and do its thing. However it doesn't do that and instead doesn't include the native...

enhancement

I think it would be better if methods (ex. `Worksheet` class) type-check input parameters and throw exceptions when the preconditions are not met. Currently one will receive a generic Ruby...

enhancement
patch welcomed

https://github.com/atipugin/telegram-bot-ruby/blob/729a05dc066f2d667ea87a8d218bda37db9ef591/lib/telegram/bot/client.rb#L24 ```ruby def listen(&block) logger.info('Starting bot') running = true Signal.trap('INT') { running = false } fetch_updates(&block) while running exit end ``` I think it would be better if the logic...

Suppress `deprecated` warning. Here it's better to use isEmpty instead of `count`.

Is it possible to do row reordering ? if not, can it be considered as a new feature in newer releases ? Datatables already has this feature: https://editor.datatables.net/examples/extensions/rowReorder

I'm unable to find or install `ViewRow` through Cocoapods. While it can be done, manually specifying the repository inside `Podfile`: ```Ruby pod 'ViewRow', :git => 'https://github.com/EurekaCommunity/ViewRow.git' ``` It may be...

This PR fixes warnings that appeared on newer versions of Swift and fixes bug file on issue #34

As of today cocoapods.org seems to be working on firefox only. More over, it doesn't allow me to apply filters as before (objC pos, swift pods, Mac pods and such)....

### Is there an existing issue for this? - [X] I have searched the existing issues ### What happened? ### What did you expect to happen? without runtime error ###...

bug