LuckyTurtleDev

Results 90 comments of LuckyTurtleDev

No I did not. It does exactly make, what I would like to do. Thanks Is it possible to set `--batchinstall` as default?

But is still think yay should automatic install, both package at same time, if it run in a deadlock as described above.

I mean yay should only install the two package at the same time, if it run in the deadlock. If their no deadlock, yay could install the packages behind each...

It is possible that yay could automatic detect this and automatic install the package at the same time, if it needed?

> Yay resolves dependencies right at the start, before downloading sources and before cloning the aur package. If I try to install `gog-ftl` yay recognize the `lgogodownloader` dependency. But it...

> I guess yay should not download all sources then start the building. This should be a better behavior, which should fix the problem.

> @Lukas1818 I tried implement needed behavior with new flag `--one-by-one` > > [demo on asciinema](https://asciinema.org/a/nDQccDGAfMnbOQO1umCNnxIyz) > You can see code at [here](https://github.com/x1b6e6/yay/tree/feat-one-by-one). > > This behavior is what you...

> Every -git package? i don't think so. git is in base-devel so you should have it installed before using the AUR / yay. It seems like a relative corner-case...

> @Lukas1818 `git` not in `base-devel` but it will install before downloading sources because installing dependencies from repo is earlier than downloading. > > > This users must not installing...

> @Lukas1818 git not in base-devel but it will install before downloading sources because installing dependencies from repo is earlier than downloading (if `git` placed in deps). > > >...