Ricardo García Vega

Results 32 comments of Ricardo García Vega

Yeah, you're right. The only way I found to make it work using the store was like this: https://github.com/bigardone/phoenix-toggl/blob/master/web/static/js/views/reports/index.js#L19 I basically use both `componentDidMount` and `componentWillReceiveProps` functions.

Check this https://github.com/bigardone/phoenix-toggl/blob/master/web/static/js/containers/authenticated.js#L24 If the current user is not set, it returns nothing on the `authenticated` container. When the user is set after authenticating it will render everything. It's kind...

Yes, you're right :) This is related to https://github.com/bigardone/phoenix-trello/issues/1 I have to find a better way of handling drag and drop events.

I chose the Phoenix framework basically for two reasons: 1. I'm learning Elixir and Phoenix is its most popular framework. 2. Its real-time features. Phoenix makes it real simple and...

@leolorenzoluis the main reason is that I don't know any ASP.NET at all :)

You're totally right :) I'm leaving this feature for when I finish refactoring the frontend in Elm. Thanks for reminding me about it!

Hi @expilo, you're totally right. I need to find some time to work on this. Thanks for the suggestion 😁

👋 Hi @lstrzebinczyk @benwilson512 I'm also facing the same problem, in which I need to track subscriptions presence. The second solution, without the socket, would be very convenient to use...

@Natim same happens to me since I'm using Elm 0.19, so I guess this behavior is more likely related to Elm 0.19 than to elm-css. I have ended up doing...