Saša Šijak

Results 31 comments of Saša Šijak

@mort-gh I've seen Divjoy in the list so thought that paid resources were ok.

+1, btw, I have tested some other git plugins and they also detect only the top most folder.

My solution to this when I needed it was to store a function which returns that object instead storing the object directly. So: instead ``` const store = { coolItem...

@christianalfoni can you give full example of the new typings feature with a simple state and action? because when I try it like this typescript complains: ``` import { IContext...

Thanks for the quick answer! It works now, it does not complain. But I noticed some possible issues around actions. I am a relative typescript noob so maybe I'm talking...

Thanks. I encountered one more possible issue. I do not find `OnInitialize` exported from overmind in the next tag. Is it removed or? edit: So I should just use onInitializeOvermind...

I have the same problem that I described here https://stackoverflow.com/questions/53767953/how-to-force-jackson-with-spring-to-include-fetchtype-lazy-field-if-it-is-anno

This is a must-have with the combination with @JsonView

@everweij can you please merge this PR? thanks!!

I experience the same problem. Because Rocker uses it`s own classloaders, they can`t see .class files in Play Framework 1.x (I guess 2.x is the same) project. Because Play messes...