T

Results 6 issues of T

I haven't personally confirmed this, but allegedly under some scenarios `\shad0.0000001` will be output as `\shad1e-7`, which is at the very least incompatible with Aegisub-Motion. This should not happen.

bug

In some cases, the first and last frames of an animation may not be the best frames to use to calculate the starting and ending position of a linear transform....

enhancement

index nil (styleRef) in Line:getPropertiesFromStyle. While ASS itself will fall back on the default style, this is probably not the behavior the user wants. A proper error message should be...

bug

Consider the following code: ```zig pub fn main() void { const a: ?bool = false; const b: ?bool = null; _ = a orelse b orelse @panic("oh, no"); } ```...

proposal

Questions regarding the behavior of this have shown up in the IRC channel more than once, and I think the current wording is misleading. I also added a test, which...