ParetoOptimalDev

Results 187 comments of ParetoOptimalDev

Thanks @leungbk, things seem to be building now.

I can verify that navigating to pages created from org-roam and links created by org-roam based on UUIDs does work. A few problems remain though, please excuse the awkward looking...

This seems to be the best one can do to get some feedback asap: ``` mpv --osd-level=3 --force-window=immediate https://youtu.be/DYeh7_FdmDg ``` Alternatively... maybe blocking until the video is ready to play,...

https://github.com/torque/mpv-progressbar apparently also does this behavior and guesses at progress and gives some sort of feedback based on bitrate.

Another thing I tried but forgot to post: ``` mpv --cache=yes --osd-level=3 --osd-msg3='waiting for cache: ${seeking} cache %: ${cache-buffering-state}' --force-window=immediate https://youtu.be/DYeh7_FdmDgmpv --load-stats-overlay=yes ``` The docs for `cache-buffering-state` say: > cache-buffering-state...

Also, thanks very much for the quick response. Wanted to make sure I mentioned that in case my commentary came across as anything as less than grateful :heart:

@lecoqjacob Perhaps you can create a PR on nixpkgs to change nixpkgs to use your working fork?

I just installed vscode and didn't have a `~/.config/Code/User/settings.json` file. This seemed to fix things: ``` echo "{}" > ~/.config/Code/User/settings.json ``` At least no errors on talon startup, will report...

I got another error after that one, but I think maybe users installing extensions the expected vscode way might not run into the error below where I don't have `command-server`....

My latest issue is: ``` 2022-02-03 16:51:55 WARNING actions: skipped because they have no matching declaration: (user.code_type_dictionary) ``` That appears to be in knausj_talon under the `javascript` tag, so I'll...