kloon15
kloon15
Brings the frontend to run under Vue 3 while maintaining the same behavior as much as possible. Current status: rewrite to typescript and compositions API mostly finished. :rotating_light: Before submitting...
Hows this code looking like? Feedback appreciated.
[2_Eng.zip](https://github.com/asticode/go-astisub/files/12921033/2_Eng.zip) The simplified code: ``` var sub *astisub.Subtitles if strings.HasSuffix(file.Name, ".srt") { sub, err = astisub.ReadFromSRT(fd) } else if strings.HasSuffix(file.Name, ".ass") || strings.HasSuffix(file.Name, ".ssa") { sub, err = astisub.ReadFromSSA(fd) }...
**Description** Fixes #3190 :rotating_light: Before submitting your PR, please indicate which issues are either fixed or closed by this PR. See [GitHub Help: Closing issues using keywords](https://help.github.com/articles/closing-issues-via-commit-messages/). - [x] DO...
Updating filelock to >=3.15.3 completely breaks the app with the following error: ``` PS C:\Users\Kloon> legendary list [cli] INFO: Logging in... Exception ignored in: Traceback (most recent call last): File...
This adds legacy support for older browsers, the main use case being able to use the randomizer inside Tabletop Simulator (its running chrome 73 or smth so the page wont...