Alex Kuleshov

Results 19 issues of Alex Kuleshov

This commit provides fixing of deprecation warnings because of Elixir version 1.9. Following changes were made: * Mix.Releases.Logger was replaced with Conform.Logger as there is no Mix.Releases.Logger anymore. * Mix.Dep.loaded/0...

It seems that `sys_gettimeofday()` was replaced with ` __x64_sys_gettimeofday()`, it should be updated in the book too

help wanted

as it is obsoleted in the Apparently, it has been obsoleted in version 4.3: https://github.com/torvalds/linux/commit/949163015ce6fdb76a5e846a3582d3c40c23c001. Noticed by Ron Hass. So the `First steps in kernel setup` should be updated respectively.

help wanted

as it was updated in https://github.com/torvalds/linux/commit/64b163fab684e3de47aa8db6cc08ae7d2e194373#diff-0af1468d3dc7f373d70011eda7be1592

help wanted

Hello, I'm trying to use `eep` with Erlang/Elixir release which is runned in docker container. I've attached to remote console and executed: ``` iex(node@ip)1> :eep.start_file_tracing('myapp.trace') {:ok, [{:matched, :"node@ip", 1843}]} ```...

Hello, I have standard erlang directory structure. In priv directory i have js dir with javascript files and index.html - main page. I started misultin: ``` erlang misultin:start_link([{port, 2000}, {static,...

This PR provides significant rework for the first chapter.

ready for review