Павел "Malo" Скрылёв

Results 38 comments of Павел "Malo" Скрылёв

@antpaw when has_one points to belongs_to relation with polimorphic update to all the found records broke my db.

Well, > Rebar3 will always fetch all the dependencies in {deps, ...} to the local project directory. But could rebar3 fetch them from system lib folder? If yes how to...

Ok, but applying the contest i've specified, i.e. i'm trying to build the lager, with previously build and and installed goldrush. Lager's config contains: ``` {deps, [ {goldrush, "0.1.9"} ]}....

> You can't. Rebar3 will try to fetch the package it is told to fetch and verify the hashes. > > The thing you can do is fetch all of...

2. > the package.idx file is a cache of the content of remote indexes like hex.pm. It is updated by talking to the index, validating signatures, etc. rebar3 update will...

> No, that's pretty much what exists right now. I can't really say why you don't have the idx file there. Are you on the latest rebar3? Yes, but in...

> I'm surprised no idx file is there There is no idx file is because I've removed it before. To try regenerate it Anyway, is there a way to force...

Well, i'm using the mini-repo, but the publishing commands lead to failure: ``` majioa@bve-vm15:~/git/goldrush$ DEBUG=1 rebar3 hex user register ===> Load global config file /home/majioa/.config/rebar3/rebar.config ===> 21.3.6 satisfies the requirement...

> so maybe the guide is wrong and the dep should be: {baz, "0.1.0", {repo, }} or something? The same thing....