Tom Hinton
Tom Hinton
Previously used io/file with io/resource, which is not safe when the resource is not a file. Something like this should work?
I haven't been able to get boot-environ working with a simple uberjar. Attached is a minimal example of what happens: [environ-bug.zip](https://github.com/weavejester/environ/files/1919424/environ-bug.zip) If I run this with ``` boot bug java...
If I write ```clj (require '[malli.experimental :as mx]) (require '[malli.core :as m]) (mx/defn ^:malli/always f [xs :- [:* :int]] (malli.core/validate [:* :int] xs)) (f 1) ;; => false (f [1])...
**Home Assistant Android app version(s):** 2024.1.2-full **Android version(s):** 12 **Device model(s):** Samsung galaxy S10e **Home Assistant version:** 2024.1.2 **Last working Home Assistant release (if known):** NA **Description of problem, include...
I use dired-subtree instead of the default `dired-maybe-insert-subdir` because it's much better. The only gripe I have is that operations which dired usually keeps up to date for do get...
If you're wanting to do calendar integration, you might find this useful. I made it to work with notmuch but some of it might be reusable; it lets you accept...