siikamiika

Results 25 comments of siikamiika

I found this repository when looking for ways to get the images from `.image-based-timed-text`, and managed to create a proof of concept hook into the image subtitles using OCR and...

Fixed this in my pull request by calling `os.path.basename()` on the filename

`pdgj` outputs JSON so I did this, could be improved by getting the current offset automatically but couldn't figure out how to do it except when debugging https://github.com/siikamiika/os-setup/blob/88faa7f0828126e5d2d21e05c09a8a74c77ad2d9/linux/arch/custom/user_bin/bin/rz-ghidra-nvim-current-line

One possible workaround is to make external links open in a new browser window

Found this function while investigating this myself: https://github.com/libass/libass/blob/6a670b485536e0398b3fc414fc4317a7b65b5622/libass/ass_render.c#L1588 I'd implement line breaking so that first priority would be for spaces as listed [here](http://jkorpela.fi/chars/spaces.html), and if the line would still be...