Arnold van der Meulen

Results 8 comments of Arnold van der Meulen

I'm having some issues upgrading the server. Will try to get it up and running this week.

@laszlo-san Just had the exact same error while deploying. Do you have any pointers to why this is happening?

Wow, looking good! Due too the heat wave going on here I won't be able to review and merge this right now. As soon as temperatures are dropping I will...

Thank you. Took a while, sorry. :blush:

Do you mean the visibility of the little dots on the turning knobs, like on [this one](https://github.com/zwippie/patch-library/blob/master/images/neutron/neutron-knob-small.png)? They're already enlarged a little bit, but if you think it's still too...

Your solution is to run `post(session_path(conn, :create), %{session: @user_attrs})` before _every_ request in the tests. While it works, it's also verbose and repetitive. Wouldn't it be better to build upon...

Update: The authors solution (that doesn't work anymore) combined with your solution is working. Add the following `setup` block to the controller test file and all the `post` calls in...

@siriusdely You're welcome. In the meantime I've also found another workaround, as discussed in [this related issue](https://github.com/smpallen99/coherence/issues/290#issuecomment-351200972).