Andrei Petre
Andrei Petre
I encountered an error (see below) on the same line, the issue in my case I think is due to a race condition somewhere in java code. Try running your...
+1 for this as well. I was debugging why `logger.error()` messages inside celery workers aren't propagated to sentry and reached the same conclusion.
changes I had to apply for the currentl `0.9.4` version are: - do `var myStore = DeLorean.Flux.createStore({` directly instead of `var myStore = new MyAppStore();` - do `myStore.list.forEach` instead of...
could be useful to link your master thesis from the readme somewhere. I believe it gives you a good idea of what this repo can do, how it's structured, motivation...