Banst

Results 17 comments of Banst

I find that move kind of harsh. I agree with you on the content. It seems that this repo is going on the dark path of inactivity, and this is...

I agree that this order make no sense and is very limiting when using this lib. I would add that the `success` level should appear under info : | level...

Should not be difficult, let me try something when I found some time (probably this weekend). Feel free to open a PR in the meantime if you wish to contribute.

Throwing my 2 cents here. Something like opening an editor file by file with diff. Everything you would add here would be treated as a GitLab comment, maybe by delimiting...

I understand your point. I have a different opinion on the TUI, probably because we all come here for different reasons. I'm not really found of the TUI parts (like...

Could try on [this one](https://gist.github.com/BastienAr/123cdddf306024231c85bcd9d4621d01).

Same issue here, also it seems devdash is not using the default file when running without the `-c` option

I can reproduce the issue with `v1.15.2`

In the meantime you can install [the dev version](https://github.com/hypnoglow/helm-s3/blob/master/.github/CONTRIBUTING.md). Still better than the workarounds we proposed in #123

Gotcha, thank you! That being said, even my local replace are ignored for nested dependencies. Here one example of what I'm trying to do: ```go require ( gitlab.com/nested/crap/foo v0.6.0 gitlab.com/nested/crap/bar...