Max Jakobitsch

Results 17 comments of Max Jakobitsch

Our current workaround is just using the outer context instead, which is provided by some Builder further up the tree. This is sufficient in our use case, but by no...

> @madmini, You may want to add @aaronjwood as a reviewer. i dont seem to have the permission to do that

@tsmaeder Please reopen this. I'm experiencing the same issue in 1.49.1 and 1.50.0 preview. Error message is: `Uncaught (in promise) Error: Command with id 'workbench.action.focusLeftGroup' is not registered.` (each time...

@tsmaeder The [LaTeX Workshop Requirements](https://github.com/James-Yu/LaTeX-Workshop/wiki/Install#requirements) section lists _TeX Live_ as recommended among possible alternative LaTeX distributions. I have tested with _TeX Live Full_ (comes at ~8gb install size and took...

> If you rebase this onto main the CI should work now #2166 is merged done

The same yt-dlp command (only removing the `-P ...` part) works normally when I try it on the same device in termux (see [setup](https://gist.github.com/cyrillkuettel/d63785cf5f4c00106ae215188c377515), tested with yt-dlp version 2025-02-19).

In the command from the log, `-P "/storage/emulated/0/Android/data/com.deniscerri.ytdl/files/downloads/20"` just specifies the output path. I had to remove it for testing, as I did not have permissions for that directory in...

Seems youre right. The same download as above works perfectly when I prefer AVC (or HEVC). Just fails when it needs to re-encode VP9 or AV1.

It seems the fuzzy search is so fuzzy that a single (case-insensitive) matching word will give the full score. Maybe replacing `FuzzySearch.tokenSetPartialRatio()` by `.weightedRatio()` (or a custom weighted score) in...

The options, as outlined in #191 should probably be added to the docs. #2077 should take care of line endings.