Klemens Mantzos

Results 8 issues of Klemens Mantzos

Suggest an additional param for `EZLoadingActivity.showWithDelay()`. completion callback/handler makes this method far more useful: ```swift @discardableResult public static func showWithDelay(_ text: String, disableUI: Bool, seconds: Double, completion: (() -> Void)?...

I can't seem to build in Xcode 11 with Beethoven 4.0.2 installed via cocoapods. It seems like `SWIFT_VERSION` was the issue. Repo steps: use `pod 'Beethoven'` do `pod update` build...

just checkout the commit messages and pull if you like to.

STEPS: * Attach [usb pedal adapter](http://www.leobodnar.com/shop/index.php?main_page=product_info&cPath=97&products_id=187&zenid=389307fa554beac0f70a341e5dd78a2e) * OR any other device with unicode chars in the name like said adapter `Logitech® G25 Pedals` * start joystick gremlin * crash (see...

bug
minor-work
duplicate

Rendering behaviour of history change_form isn't as expected if `has_change_permission == False`. > UPDATE: Also fixes the `pre-commit-ci` job by upgrading to python 3.9. ## Description django Admin renders a...

grappelli 3.0.9 django 4.2 According to [docs](https://django-grappelli.readthedocs.io/en/3.0.9/dashboard_setup.html#custom-dashboard) one can add a custom filename/path as arg to the customdashboard command. But that arg doesn't work: ```shell $ python manage.py customdashboard specialname.py...