Stian Håklev

Results 50 comments of Stian Håklev

I monkey-patched fact-error.ex like this ``` - " #{Amrita.FactError.actual_result(exception)} |> #{Amrita.FactError.full_checker(exception)}" + " #{Amrita.FactError.actual_result(exception)} |> #{exception.expected}" ``` and now it gives the desired output ``` 1) test string and int...

I could just copy and paste all the code from ghci, about 100 lines, but isn't there a better way? Should we try to work with upstream to get more...

Any ideas about how to proceed here?

I agree, Pomodoro (both the method and the app) are amazing and have helped me a lot. It would be really useful if the log was a bit clearer -...

I have a problem with this too. I use iStat, which means that Pomodoro becomes unavailable in many apps (I'm on a MacBook 13"). It would be great if I...

I wrote a very hackish Ruby time tracker (http://reganmian.net/blog/2013/03/29/time-tracker-one-week-on-new-features/), and added this feature using a separate "on-sleep" app. It also always starts tracking my time as "surfing" when I turn...

This seems like it would work well. The only thing missing would be a way to indicate whether the categories are ordered or not? On Wed, Dec 17, 2014 at...

Agree, would be great to see a list of databases and quickly jump between them, similar to how it's done in Sequel.app.