Stephen Macke
Stephen Macke
> How if ffmpeg name has changed? Ah gotcha. `--ffmpeg-path` is for the path to the resources directory containing the actual executables. I can definitely see about making this more...
Hmm... for this command: ``` ffs --overwrite-input *.mp4 -i *.srt *.sub ``` I don't think ffsubsync is smart enough to figure out the correspondence between references and inputs if multiple...
@milahu I tried pushing a fix for this but haven't had a chance to properly test it -- would you be willing to try this out since you have an...
Sorry for the very late response -- got very busy at work. For the example you sent, it looks like we're only running it on one case -- what happens...
Ah I forgot how my own tool works (i.e. forgot that `--overwrite-input` lets you pass multiple "to be synced" files). OK thanks for this; will try to take another look...
Hi @milahu I increased the broadness of the tolerable exceptions we catch in 1c64c03 -- I suspect if you try with this commit hash, hopefully the issue should be fixed.
We don't have anything as fancy as a minimap yet, but the dots to the left of the cell that show its dependencies / dependents goes a long way toward...
One of the cooler things about Pluto.jl is that every notebook includes a manifest of the installed libraries, making them little containerized reproducible environments in and of themselves. +1 to...
On my M1 Mac, I'm getting a "production" assertion error when running a classic Jupyter notebook (not nbclassic) with newer versions of Jupyter client (see attached [stacktrace.txt](https://github.com/jupyter/notebook/files/11523274/stacktrace.txt)), which looks to...
ipyflow has come a long way since this issue was originally opened, and now various entrypoints of reactivity are mostly documented in the readme. Another one is cmd+shift+enter (on mac)...