Devin Alexander Torres

Results 65 comments of Devin Alexander Torres

First of all, I appreciate all the work that's been put into plv8. With that said, I'd recommend finding new maintainers for plv8 instead and working on pljs as a...

@JerrySievert I didn't mean to be offensive, as burnout is nothing to be ashamed of as an open source maintainer. I guess the point I was trying to make is...

> trying to tie any sort of performance characteristics to a version of plv8 is really not advised, unless it is at a patch level, since v8 itself has drastically...

@pytong @korczis The `console` object should not be available at all in any environemtn. Is this the Node runner?

@ejstembler What is your Erlang version on Windows? Give me the output of `erlang:system_info(otp_release).`

@OnorioCatenacci Wont `mix` download `rebar` automatically if not found?

@ejstembler You don't have `pre17` though, you're on a release of 18. I'm not sure how your release of 18 doesn't have the `queue` type honestly.

@ejstembler I'm not sure how you installed Erlang or Elixir, but it seems messed up. 1. Install Erlang 18.1 64-bit using the installer here: http://www.erlang.org/download.html 2. Install Elixir 1.1.1 using...

@ejstembler Try deleting `~/.mix/rebar` and doing `mix local.rebar`. After that, try cloning `poolboy` itself and then using `~/.mix/rebar compile` and report back.