Tony Walker

Results 10 comments of Tony Walker

Thank you @expede and @OvermindDL1 for your replies. They made me aware of some new things. I was actually reading a cool post about [functors, applicative and monads](http://adit.io/posts/2013-04-17-functors,_applicatives,_and_monads_in_pictures.html) and I...

@OvermindDL1 Yes, pattern matching is really great. I think I'm not using it frequently enough. (: Thanks for laying down your thoughts @expede and injecting some clarity into the conversation....

I just saw this library in Elixir Radar, and I also found the "rescued" part confusing. @CrowdHailer I think you should've picked a different word, as people might get confused...

@CrowdHailer Ah okay, got it! Thanks for the explanation.

I'm getting this similar error `{:aborted, {:no_exists, :id_seq}}` In my case the error is triggered when starting my node `named`. ``` shell # It works $ elixir --cookie cookie123 -S...

@AndrewDryga Thanks! I've actually ended up fixing the problem, but bumped into another one. I've solved the problem by supplying the settings on the adapter in the `config.exs` instead of...

I think my recent pull request fixes this.

Hi @sarnold, Thank you for the heads up. To be honest, I haven't used this in a while, thus I'll probably won't have too much time to take a look...

**A few thoughts:** - I personally don't really like doing imports and other magic in the `__init__` as it's not very clean, nor modular, nor easily extensible. What if we'll...

+1 I have the same problem. I would like to reach a bunch of machines through the bastion server but using different private keys. I think it's more secure this...