e2 icon indicating copy to clipboard operation
e2 copied to clipboard

Project that aims to simplify Erlang/OTP development and improve developer productivity

Results 5 e2 issues
Sort by recently updated
recently updated
newest added

Debian stretch (stable) erlang-solutions Erlang/20 pkgs ---------------------- Hi, Trying to test it, it returns: =ERROR REPORT==== 26-Sep-2017::17:20:47 === Error loading driver: Driver compiled with incorrect version of erl_driver.h =CRASH REPORT====...

Hi, While testing the tasks example, I had an issue; tasks:start_tasks(10) worked, but tasks:start_repeating(150, 20) returned that: 3> tasks:start_repeating(150, 20). ** exception error: no function clause matching e2_service_impl:split_options(repeating,150,[],[]) (../../src/e2_service_impl.erl, line...

Hi, disclaimer: I'm a newbie, so not on the head (nor the balls !) Trying to understand how the architecture works, I added io:format(…) almost everywhere in the tutorial example;...

Hi! What's the status on this project? There are quite a few TODOs mentioned, and not much activity lately. Is the implementation complete enough, or is it lack of time/interest...

In OTP 17, [OTP-10915](http://www.erlang.org/download/otp_src_17.0-rc1.readme) replaces appmon with observer. Perhaps this should be reflected in the tutorial.