Ortwin Gentz, FutureTap

Results 46 issues of Ortwin Gentz, FutureTap

When closing the help screen using the "Close" link DCIntrospect does not react to keyboard input anymore and thus can't be dismissed.

In "Step 3" after choosing an endpoint, the app crashes. Here's a backtrace from the core dump: ``` #0 0x0000000000000000 in ?? () #1 0x00007fe10ddbab8f in QOpenGLContext::makeCurrent(QSurface*) () from /usr/local/lib/python3.5/dist-packages/PyQt5/Qt/lib/libQt5Gui.so.5...

Sounds like a great plugin, unfortunately it doesn't work with Formtastic 2.0.0. Will this be compatible anytime soon? Here's a summary what has to be changed: http://richardhulse.blogspot.com/2011/06/upgrading-to-formtastic-20.html

The `national_format` returns wrong results in many cases: ``` GlobalPhone.parse('+4372762580').national_format => "0727 62580" ``` (correct: 07276 2580) ``` GlobalPhone.parse('+49907896890').national_format => "090 7896890" ``` (correct: 09078 96890) I think that the...

Why is shake to activate not supported anymore? (see commit 1fc0f5258fca4461e419b6b7d94681316b0e1dbd) This was useful because the Space key activation doesn't work as soon as the keyboard is up.

I tried to install via Alcatraz and opened the Main.storyboard in the Example app. In the color picker no custom entry shows up. I also tried to install manually (Just...

My app was just rejected: > **Non-public API usage:** > The app contains or inherits from non-public classes in WhereTo: Reachability So I guess naming the class `Reachability` is banned...

By default it's the "x" key since "h" was already taken.

After going into the background and foreground again, the space key isn't attached to DCIntrospect anymore. No big deal but I wanted to let you know. Thanks for an awesome...

Really like your work! There's one glitch imo: using panning, you can pan up or down infinitely and end up with an upside-down rotation. It would be nice if you...