Bartosz Kalinowski

Results 8 comments of Bartosz Kalinowski

``` ==> scrivener_ecto Compiling 2 files (.ex) warning: variable "caller" is unused (if the variable is not meant to be used, prefix it with an underscore) lib/scrivener/paginater/ecto/query.ex:48: Scrivener.Paginater.Ecto.Query.total_entries/4 warning: variable...

I agree, I had a case where I wanted to have two types of nodes - `web` and `engine`. I wanted to start tasks on `engine` nodes but start them...

> if by blacklisted you mean nodes of the web role being able to start processes on nodes of engine role Yeah, that's what I meant, I just mentioned it...

hey guys, I'm working on a supervisor which will be designed exactly to do that what @jerel mentions. It is based on DynamicSupervisor - it's still work in progress (I...

@bitwalker I'm not sure why it should touch all the internals, however I created a simple DynamicSupervisor which reregisters names in Swarm on start and after restart (by calling Swarm.register_name...

Thanks for your indepth analysis. Yes you are right I didn't handle this case. However with `:ignore` handoffs this will still work (although obviously I'm missing a lot of functionalities...