Dušan Maliarik

Results 66 comments of Dušan Maliarik

@swannodette it looks pretty solid to me, and given that it allows @tgriesser to implement cursors, seems good enough reason to include this PR. Looking at your recent benchmarks against...

I wonder whether a library that exposes ClojureScript's atom and Om's cursors wouldn't be a better solution, that way the maintenance problem would be solved by having a simple wrapper....

Hi Macks, I do suffer the same problem. I'm using it in Rails 3, and there is loads of require magic going on, everything works fine, but deployed application is...

I'll take a look at this myself, later.

I might be facing the same issue. I noticed that RabbitMQ memory usage is steadily increasing without any change to load (no we didn't get 300% more popular and more...

Nice to have you back :) I've bee looking into this myself, but without much success so far.

@solardiz the wallet is originally from early electrum versions but since it was opened in a recent version, the seed version was updated. I was only able to use electrum2john.py...

You can now run `elm-reactor` in your working copy of `elm-webgl` and have the `thwomp.elm` example working.

Well, it was broken in the first place, it wasn't even working because you were calling the native function with 2 args, while it was only taking one. I don't...