nilsbecker

Results 165 comments of nilsbecker

I double checked with the LTS version Julia 1.10.10 . The problem does not occur with that version. Pasting text from the system clipboard with cmd-V works reliably with 1.12.1,...

One more check: on Terminal.app I see the same behavior.

It seems that if I uninstall the Julia package VimBindings, the expected behavior is restored. I'm suspecting that package is at fault.

cool! this would make a good example for the docs ;)

I tried to work around this by running `slipshow serve talk.md &` in the background and calling `slipshow compile talk.md` manually. however, somehow the changed talk.html is also not refreshed...

the notification API appears to be working. i was able to `brew install fsevents-tools` and then run `notify-loop . ./script.sh` where the script echoes a constant string. this worked when...

here an output of `slipshow serve talk.md` ``` slipshow serve -v talk.md Visit http://127.0.0.1:8080 to view your presentation, with auto-reloading on file changes. slipshow: [INFO] Watching /Users/me/the földer/ slipshow: [INFO]...

OMG! it does matter. (and it's 2025...) reloading works when i redo all of the above in the folder `~/Downloads` so there appears to be an issue with properly sanitizing...

i can imagine that it's macos specific. i don't think directory permissions are the problem. to pin this down i created three new directories `test/`, `test la/` and `test ö/`...

i also now installed `fsevents-tools` which contains a simple test cli app, `notifyloop` which uses FSEvents to watch a directory and run a script. if i watch `ö/` and externally...