Kevin Montag
Kevin Montag
I'm experiencing gaps between FLAC files about 90% of the time. Occasionally there's no audible gap, and otherwise the length of the gap seems to vary. Playback via `gst-play-1.0` is...
I was able to fix this by adding the following to my config: ``` (evil-make-overriding-map dirvish-mode-map 'normal) ``` I'm on Emacs 29 with the latest `dirvish` / `evil`.
+1 for supporting this use case with a proper stack trace. IMHO wrapping every bit of JS in a try/catch block is totally prohibitive, since it needs to be done...
Somehow I missed https://github.com/spotify/pedalboard/pull/289 before submitting this :) I'll leave this PR open as it's a bit of a different approach, but feel free to close it if the other...
Thanks all! The changes look great, glad to see this land. @psobot 🤘 🤘
In case it helps anyone, I'm using this setup to integrate `elisp-autofmt` with `apheleia`: ```elisp (add-to-list 'apheleia-formatters '(elisp-autofmt . ( ;; Evaluates to the main external formatter command that would...
By the way, I realized it's also already possible to do something like this directly in the `:pre` or `:post` function: ```elisp (gptel-make-preset 'remove-blacklisted-tool ;; ... :pre (lambda () (set...
Update: only allow modifying keys which are already present in the spec (i.e. you can't add new ones). Otherwise, `gptel--preset-syms` wouldn't necessarily pick up all the symbols that are being...
In case it helps anyone, I've been using this setup to manage updates for locked packages. General overview: - you can use the `my/elpaca-unpin` or `my/elpaca-unpin-all` functions to remove pinning...
Thanks for the PR @necaris ! I've been thinking a bit about this issue lately, and more generally how to better express/encapsulate the workspace abstraction. If I'm understanding correctly, these...