Dynalon

Results 40 comments of Dynalon

First of all: There is **nothing wrong with your dispatch logic**. Upon clicking the button, the `FETCH_SAMPLE_IMAGE` action is correcty dispatched, and you can even see a state change that...

Thanks for your detailed feedback, always good to hear what problems other developers face and how they come up with solutions. That helps making `reactive-state` better in the future! Let...

Note to self: This issue is still open and considered "enhancement". But I still need to decide whether a `.addSideEffect()` is a good idea, as it might promote string-based actions...

Hi Ronsku, thanks for you effort and the detailed code & issue descriptions! I looked at your code, and yes its a bug in reactive-state. More precisely, it is a...

Reopening this as the issue isn't really resolved. I just released a fixed version as I think correctness of code is more important than features in the devtools. But this...

This bug was giving me a real headache (I had an external script which is a wasm polyfill that was indeterministically present/not present depending on load speeds) until @deverin workaround....

I don't see a reason why it shouldn't run on openshift. As long as it is linux and you can install you own packages (mono) that should work. Rainy uses...

Here is an example of the travis build output: https://travis-ci.org/Dynalon/Rainy/builds/26151115

Why exactly openshift and not [docker](http://docker.io) ?

What version of tomboy are you using on what system (distro, version)? Additionally, from the log I can see way to many trailing slashes '///' on the url - you...