Stephen Macke
Stephen Macke
This was (hopefully) partially addressed in 7458275. Contrary to the commit message, subscripts still not handled. Also need more extensive testing before this issue can be closed for good.
This feature isn't publicly documented yet but yes, you can opt into Observable-style reactivity (on JupyterLab only for now) by running a line magic: ``` %safety mode reactive ``` To...
Hey, thanks for the PR. I'm a bit concerned about spawning a new process like this for parsing out the various flags -- see my comment on https://github.com/smacke/jaydio/pull/7. What are...
Hey, thanks for the PR! Could you provide some comments on which OSes deviate from the constants here? Originally this project is targeted primarily at Linux and I'm not aware...
Thanks for the extra context! Which distro had different constants from the hardcoded ones?
Nope, no updates I'm afraid. Work and life have both been keeping my pretty busy (in the past year, got married, bought a house, etc), and most of my OSS...
Update -- now that this package has been renamed nbsafety -> ipyflow, the new command is ``` %flow mode reactive ``` and to go back to normal, ``` %flow mode...
I did some exploration here but wasn't able to get anything interesting working. The silero vad can be used by passing `--vad silero` to ffsubsync version >= 0.4.21 (provided torch...
It looks like for this particular video, ffsubsync tries to fix the framerate -- it's possible the framerate is already fine though. Have you tried passing `--no-fix-framerate` to determine if...
I believe this is already supported (see https://ffsubsync.readthedocs.io/en/latest/)