Gustavo Rodrigues

Results 29 issues of Gustavo Rodrigues

Adding new files to be extract removes older files. One possibility to avoid clutter is removing just finished and/or failed files, (Also fix path related issues, somehow it broke in...

I saw this little typo when I copied the example to test the library.

I want to build a async version of it so I can decompress files on the fly.

Example: `` Wouldn't be better using an existent and well-tested HTML sanitization library?

The types of the library are wrong: https://arethetypeswrong.github.io/?p=gpt3-tokenizer%401.1.3 Because of this issue the example in the documentation does not work in some environments, at the moment you need to use...

Fixes the issue from this comment: https://github.com/irrwahn/svg2ass/issues/6#issuecomment-1320950841

In the current implementation `` gets converted to `Dialogue: 0,0:12:19.00,0:12:21.26,Default,Sign,0,0,0,,{\an7\1c&H000000&\1a&H00&\3c&H000000&\3a&H00&\bord0\shad0\p1}[redacted]{\p0}`. In the output a lot of properties such as `\1c` and `\3c` are defined, defaulting to black, even when there...

One of [the features of svg2ssa](https://github.com/8day/svg2ssa#the-most-notable-features-of-svg2ssa) is allowing changing the size of coordinate system to improve precision. This feature [is documented here](https://aegi.vmoe.info/docs/3.1/ASS_Tags/#p01---toggle-drawing-mode) changes `\p1` to `\p#` where # is a...

enhancement