mrdc

Results 74 comments of mrdc

Issue is here: ``` stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2309, ...}) = 0 write(4, "2024-07-04|10:32:16: mosquitto v"..., 54) = 54 clock_gettime(CLOCK_BOOTTIME, {tv_sec=241755, tv_nsec=167044424}) = 0 clock_gettime(CLOCK_BOOTTIME, {tv_sec=241755, tv_nsec=167095986}) = 0 clock_gettime(CLOCK_BOOTTIME, {tv_sec=241755, tv_nsec=167140213})...

> but I have successfully ported _Tab Session Manager_ to Safari Sounds great! Do you have a repo for this port?

> Given the last commit was in 2017, I'm wondering if there is any updates? I was going to load the software but I'm a but hesitant to load sshfs...

> From the README of that project: In README of osxfuse/sshfs: >The latest version and more information can be found on http://github.com/libfuse/sshfs This version is actively developed and has latest...

> @mrdc, from the latest release notes on that project (https://github.com/libfuse/sshfs/releases) > > > SSHFS is now no longer maintained or developed The latest merge was made last week. For...

> add an advanced option `Disable startup indexing/checks...`. For people with lots of dicts, they can choose to rescan only if they wish. Good point. I've noticed a startup delay...

The latest version `25.04.0.abdbe7d` starts pretty fast, without a noticeable delay. ``` Version: 25.04.0.abdbe7d at 2025-03-17T02:16:49Z Qt 6.6.3 Clang 15.0.0 (clang-1500.3.9.4) macos darwin 24.3.0 arm64-little_endian-lp64 Flags: ZIM EPWING OPENCC ```...

> can you help to change the audio engine to external player and test again. Sure, how to properly set this external player? Can I use VLC or QuickTime Player?...

> https://xiaoyifang.github.io/goldendict-ng/ui_audioengine/ I get this error: `Failed to play sound file: Couldn't run external viewer:` ``` % which vlc vlc: aliased to /Applications/VLC.app/Contents/MacOS/VLC ``` ``` % which ffplay /opt/homebrew/bin/ffplay ```

> macOS app launched by clicking the icon does not inherit user's PATH. > > You need to use full path instead. Using `/Applications/VLC.app/Contents/MacOS/VLC --intf dummy --play-and-exit` as external player,...