Shane Friedman

Results 83 comments of Shane Friedman

> The reason transcripts rather than just an epub version is that it includes timestamps This is actually how Media Overlays work, as well (I'm the author of Storyteller, the...

It's possible! Storyteller has word-level timestamps available, but its reliance on fuzzy search for alignment (to account for inaccuracies in the transcription) might make word-level highlights challenging to get right....

That flow sounds excellent to me! I think it would definitely make sense to be able to create a book entity in Storyteller from existing files, in addition to the...

Sounds great! Thanks so much @rsoric! > For now, I would suggest to just remove the line Would you like me to open a PR to do this, or are...

Just leaving some more notes here: The calls to `http.getStream().setNoDelay(true)` and `http.getStream().setTimeout(1)` are potentially... not doing anything? In order to properly increase the timeout, I had to call `http.setTimeout()`, which...

Hi all! This is turning into a blocker for a client of mine that would like to move over to Strapi; it looks like this is a feature request from...

The script is being executed by `systemd` just by virtue of being in that directory. The only relevant part of my config (at least, I think) is: ```ini [Hotkeys] Hotkey1=#40000065;:sleep...

More info about [system-sleep](https://man.archlinux.org/man/systemd-sleep.8.en) if you're interested!

I tried a few more things out just to have some more data points. If I have a script like this: ```sh # ~/.bin/suspend.sh #!/usr/bin/env bash /usr/bin/systemctl suspend ``` And...

``` Thread 1 "flex-launcher" received signal SIGSEGV, Segmentation fault. 0x00007ffff7cfcf48 in decoration_frame_configure (frame=0x5555556b58a0, configuration=0x555555ec6030, user_data=0x5555555e1ba0) at ./src/video/wayland/SDL_waylandwindow.c:782 782 ./src/video/wayland/SDL_waylandwindow.c: Directory not empty. (gdb) backtrace #0 0x00007ffff7cfcf48 in decoration_frame_configure (frame=0x5555556b58a0, configuration=0x555555ec6030,...