Fröhlich Mara

Results 33 comments of Fröhlich Mara

Got the same error. The stacktrace in my case is: ``` ════════ Exception caught by gesture ═══════════════════════════════════════════ The following assertion was thrown while handling a gesture: type '(String) => Null'...

Temporary fix: Changing the parameter type of `value` in the `onSelect` function from `String` to `dynamic` works for me.

Truth be told, I'm also not too happy about Therapist. I've been using cligen before, which I wasn't too happy with because generating custom help messages was a pain. You...

sounds good ^^ that's not too difficult a change. If I got time I'll look into it this weekend.

I don't think a `./pax download` command is needed. Sure, at some point we will need the logic for downloading jars from cf, but we don't necessarily need to expose...

Unfortunately the mods on curseforge don't have a concept of "versions", 80% of mod authors do put a semantic version string in their mod filename, but the rest doesn't. Though,...

I was thinking more along the lines of your second option + a file watcher: With `./pax sync ` you would be able to copy changed config files between the...

Regarding putting stuff in a config file, I'll think about a general system that would let you specify options as config variables which are automatically read from, so that that...

Yep, that's on the roadmap. ETA til implementation is 1 week - 1 month.

Got a lotta things on my plate, so the release date for this feature will be delayed a bit.