tippfehlr

Results 11 comments of tippfehlr

Wouldn't it be easier if you (for now) just add a configuration field or something in that direction where you can set your playtime?

(breaking silence after another year) I'd love to see this on crates.io

Not exactly this PR but I would find it helpful to display the beat count along with the time on intro/outro sections ![Screenshot_20230317_175510](https://user-images.githubusercontent.com/46620049/225969182-fc76058f-e64a-4b43-8ee7-e53c6b01b1da.png)

@stappersg You linked to this PR, not #445, which I assume you meant. True, I didn’t check for existing *PRs*. However, because this is mergeable as is, I’ll leave it...

how would you handle errors? There are a few possible ways: 1. abort when an error is encountered (but add mods before the error) 2. keep adding the other mods...

I think implementing 2 is enough for a mod manager. Option 3 needs a totally different approach (chenking mods first) and doing it as a command line flag seems a...

I would propose to just show how many of the containers are running, just like the output of `docker compose ls`. e.g. "4/5 running" If one of the containers crashes/exits...

> May I know how? My point is that there can be multiple profiles in active use, e.g. I have a server and a client profile. Though I admit that...