Myaamori

Results 18 issues of Myaamori

Currently thumbsup will restrict the size of an image to the size of the browser viewport, and the only way to view an image at the original resolution if it's...

Currently Aegisub injects a header into the .ass files containing information such as associated audio and video files, the last edited line, and the video position. This leads to difficulties...

Sometimes when opening a file dialog, e.g. through an automation using `aegisub.dialog.open`, Aegisub will crash. Running Aegisub in a debugger, I get the following backtrace: ``` Thread 6 "aegisub" received...

Aegisub should expose some way of parsing MoonScript from an automation, e.g. by providing a function similar to Lua's loadstring, but for a string of MoonScript code.

If I minimize Aegisub while the video is detached to its own window, I experience major desktop slowdown. This is particularly noticable with compositing enabled, where it takes up to...

Running ```kt data class MyNumber(val number: BigInteger) data class MyList(val list: List) Klaxon().parse("""{"list": [{"number": 123456789000}, {"number": 123456789000000000000}]}""") ``` gives me the following error: ``` Unable to instantiate MyNumber: Parameter number:...

Currently Move Along Path seems to have no regard for the start time of a line, simply incrementing the position of the lines one line at a time, in the...

It would be nice if it was possible to instruct Move Along Path to only alter the position of a given sign as a whole, as opposed to splitting it...

There are at least two cases that may lead to changes being lost: 1. Unimporting lines that were changed without first exporting the changes to the source files 2. Exporting...

When you open the install dialog in Dependency Control on macOS it will automatically populate both dropdown boxes with the topmost option, instead of leaving them empty, as seen below:...