Myaamori
Myaamori
I'd also love to see this. I have a set of commands of the form ``` cmd1 cmd2 subcmd1 subcmd2 [flags] ``` and command-line-args' `stopAtFirstUnknown` is very useful for dealing...
To give a bit of an update on this issue, it's worth noting that the git collaboration issue can also be alleviated using a custom merge driver such as [assdiff3](https://github.com/TypesettingTools/assdiff3).
Note that there's a merge commit between these two that merges in a bunch of commits from mainline Aegisub since after the meson branch was created. E.g. faad82e1ec96a861aea3cac9272f90bb8ac36430 seems to...
All automations affected seem to have a `floatedit` control. I can reproduce the issue in an automation that previously had no issues by changing an `intedit` control to a `floatedit`...
It turns out that MoonScript already provides a loadstring function that can be accessed from automations. However, actually running it (or moonscript.to_lua) from an automation results in the following error:...
I've been meaning to add an option to remove unused styles, which I think could be combined with this change. E.g. there could be an enum similar to `OnNegativeTimestamp` where...