Hung Tran
Hung Tran
I'm not exactly sure how `iltorb` is being used in your project or why that rule is required in webpack. As with any native module, `.node` binaries are either downloaded...
Would love to see this released in some form. Not the maintainer, but a major version bump with some notes on which version of the package is compatible with which...
This would depend on how you expect the generators to work. Currently, we expect a single return value at the end of execution. If we wanted to actually use generators...
@Zinggi could you create a test repo that can easily reproduce this issue?
Had some time to do a bit more digging. It's definitely a timeout issue, with a few other things. Timeous are definitely awkward with the way GenServer works and still...
I looked into this some time ago with [elixir_react_render](https://github.com/revelrylabs/elixir_react_render) and its definitely tied to the way [Task](https://hexdocs.pm/elixir/Task.html) works/used. https://github.com/revelrylabs/elixir-nodejs/blob/master/lib/nodejs/supervisor.ex#L52-L65 As you can see in the code above, `NodeJS.call` is a...
Sorry, did not see this ticket. There is a known issue in `elixir-nodejs` that has to do with the `console.log` issue. We do have a possible fix for it in...
updated .travis.yml to work with the new multi-storage driver setup. should be good to write tests again.