Results 718 comments of OvermindDL1

On Fri, Mar 4, 2016 at 1:37 PM, Alex Fuller [email protected] wrote: > Hey OvermindDL1, > > Yeah I've done a bit of research on the matter before, and certainly...

Identical error when loading this in my large Phoenix application except the `Last message` could be considered "Bloody Huge!". This is in the latest escript tar.gz download from the website.

My application info of `:running` returns (as was requested in another issue): ```elixir iex([email protected])1> :application.info()[:running] [ sasl: #PID, iex: #PID, my_server: #PID, runtime_tools: #PID, pid_file: #PID, gettext: #PID, mbu: :undefined,...

Still getting this in the latest version on the site: ```erlang ** {{timeout,{gen_server,call, ['[email protected]',{unsubscribe,}]}}, [{gen_server,call,2,[{file,"gen_server.erl"},{line,206}]}, {epl,'-unsubscribe/0-lc$^0/1-0-',1,[{file,"src/epl.erl"},{line,72}]}, {gen_server,try_terminate,3,[{file,"gen_server.erl"},{line,648}]}, {gen_server,terminate,10,[{file,"gen_server.erl"},{line,833}]}, {proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,247}]}]} ERROR: timed out while collecting data from node ERROR: timed out...

> [debug] Pinging node myapp@holly returned :pang Does the first node actually return `myapp@holly` (or rather in Elixir `:"myapp@holly"`) when you run `node().` (in Elixir `:erlang.node()`)?

> It's interesting that it takes a few seconds… 5 seconds should be the normal timeout so that makes sense. > What does `epmd -names` give you, with both nodes...

> No, it doesn't return `0`, it returns `$`. Uh, `echo $?` should return an integral value, and `$` is not integral... What shell are you using?

As much as I like Elm, I also agree this repo should be kept minimal, I.E. without Elm. EDIT: Maybe ElixirScript, just to show off more Elixir things, if anything...

Since the `Towers` is all that's done currently with the little work I've put in to it so far (as it was a simple and short one to do), here's...

> While I think that many of the benchmarks will have a stack discipline and could map well to Rust, I am not sure all benchmarks will. That's why I...