Armanc Keser
Armanc Keser
Thanks for making this tool! It looks like a very simple, but effective tool, but right now it is behind Alfred (paid) and Raycast which is not ideal and makes...
Cleans up the implementation, separating offset controller and the subtitle sync feature itself. **Changes** **Issues** ## Summary by CodeRabbit - **Refactor** - Improved the subtitle synchronization interface for better modularity...
**Changes** Exposes the current track events from HTML video player and the playback manager. This will allow us to create a view for the subtitle sync editor **Issues** Related to...
Sometimes when I open the app on Android Auto, I only see the "Downloads" section. I presume this is due to internet instability at the time of building the UI....
I think rust indexes strings by utf8 bytes, whereas python string indexing is character based So In Python: ```python s = "a😊b" s[1:2] ``` Would give you "😊" (the emoji,...
In the JS library there is the `.clone()` [utility method](https://docs.yjs.dev/api/shared-types/y.text#api:~:text=ytext.clone()%3A%20Y.Text%0AClone%20this%20type%20into%20a%20fresh%20Y.Text%20instance.%20The%20returned%20type%20can%20be%20included%20into%20the%20Yjs%20document.) that returns a fresh copy of the sharedtype that can be included in a new ydoc. I couldn't find an...