Markus Klinik

Results 7 comments of Markus Klinik

I'm using notify-send as a workaround in poll.sh for now. ```bash FAILED=false # Fetch new mail. offlineimap -q -u basic || FAILED=true getmail || FAILED=true if [ "$FAILED" = true...

Came here facing the same problem. There is some more documentation on this page: https://developer.android.com/google/play/billing/subscriptions#handle-deferred-replacement However, I found this to be only almost accurate. Our app uses replacementMode DEFERRED, and...

It is `send` now, in line with amazonka. After a while of tinkering I came up with this. `GoogleOptions` is just a record with some Text and FilePath. Our key...

When hspec fails, it writes the source location of the failed test to stdout. This would allow your IDE to jump directly to the failed assertion.

Just came here on a whim, didn't see your at, I guess you meant me? I just updated to the current astroid master branch. Attachments work fine, but I'm seeing...

I installed Tree Style Tab a couple of days ago and noticed that the escape-hatch Ctrl-Comma closes the Tree Style Tab sidebar.