Laszlo Toth

Results 18 issues of Laszlo Toth

We use tags like 3.13.3 for our main versions, and sometimes when there is a problem on the production server we release a hotfix. We tag it as 3.13.3.1, then...

When I run for example rebar3 upgrade I have many (sometimes hundreds of these messages: ``` [r3_hex_http] setting #{http_adapter => Module, http_adapter_config => Map} is deprecated in favour of #{http_adapter...

Hi. I've seen today this very strange error in one of my builds. When I run `rebar3 compile` or `rebar3 eunit` everything works. Only when I call rebar3 ct I...

We have an older version of rebar3 (3.13.3) . We can't upgrade easily to a newer version, and we need to release old versions of our products, so the only...

awaiting update

We would like to use both repositories. Phoenix server uses elixir version, and one of our applications uses this one. Unfortunately this way we can't start the node with two...

We are in the middle of moving all of our repositories from our internal bitbucket server to our internal hex server, because we want to use semver versioning for the...

They work only without defines. If I have this in the code: ``` -define(DBG(Fmt, Args), io:format(Fmt, Args)). -define(CALL(M, F, A), M:F(A)). f() -> ?DBG("oyh~s", ["veyh"]), ?CALL(el, iyahu, []). ``` it...

bug

Hi. On a project accidentally we used inaka_mixin/master branch instead of a given tag or pkg. rebar3 compile was working, then after calling rebar3 upgrade and calling again rebar3 compile...