Michael Hohl

Results 24 issues of Michael Hohl

You can reduce the recommended DB table setup (at README.md): ``` CREATE TABLE IF NOT EXISTS `sessions` ( `id` varchar(32) NOT NULL, `timestamp` int(10) unsigned DEFAULT NULL, `data` mediumtext, PRIMARY...

Sometime (when the app is in background for a long time) the status item does not recognize drops anymore. When the item is clicked then, the status item will recognize...

Is there a way to display images inside the AMBubbleTableView?

enhancement

Would be fine to have something like that already integrated in the view controller.

enhancement

Crash when using `CIContext(options:)` in CIImageExtensions.swift line 21. Seems to be an issue of Xcode 8 which is having issues translating the Swift 3 `options:` notation into `contextWithOptions:` (instead of...

Allow the exporting and importing of private and public keys as files. It would be good design to add these two interface: - `MIHExporter` - `MIHImporter` ...providing the ability to...

enhancement

Add a wrapper for X509 implementation of OpenSSL. This will allows to extract keys from common certificate files.

enhancement

The link in the README of this project does seem to be broken: http://images.openstack.nctu.edu.tw/bsd-cloudinit/ -- does not seem to point anywhere

Is there any way to also duplicate all blocks on a page when duplicating a page using them? I guess that might be possible by overriding `Page::onBeforeDuplicate` but I didn't...

I had a very strange issue when working with this awesome blocks plugin. I created multiple blocks (without ever rearranging them, because I created them already in the right order)...