Derek Passen
Derek Passen
https://github.com/yogthos/migratus/blob/master/src/migratus/database.clj#L213 uses 'BIGINT' for the Migrations table. This is not a valid datatype in Oracle land.
With a minimal build.boot file: ``` (set-env! :dependencies '[[com.gfredericks/test.chuck "0.2.7" :scope "test"]]) ``` boot show -u suggests [com.gfredericks/test.chuck "0.2.6" :scope "test"]. I expect it to be silent as 0.2.7 is...
Using `[etaoin "0.4.6"]` and `seleniarm/standalone-chromium:4.1.2-20220227` docker image, ```clj (let [q {:tag :input :id "email"}] (etaoin/wait-exists driver q) [(etaoin/query driver q) (etaoin/query-all driver q)]) ``` yields ```clj [nil ["427cdc53-73a7-4a55-a98a-a6a05a650805"]] ``` [This...
Since upgrading kubel to '20220509.104', `kubel-exec-vterm-pod` fails to spawn a vterm buffer. These are the only pertinent messages I see: ``` Tramp: Opening connection vterm for REDACTED@REDACTED-6c78fd87d8-ff5z8 using kubectl...done Successfully...
https://github.com/yogthos/migratus/blob/d14b3d683b8c1aa5b9fcedc7a5879c2ae3434717/src/migratus/utils.clj#L45 ends up replacing "+" with " " when the path to the jar file contains it. When my team upgraded leiningen from 2.9.8 to 2.9.10, our uberjar was put...
Homebrew
Please consider adding the precompiled binaries to homebrew. Would make my team's bootstrap process (a Brewfile) a lot easier than piping a curl request to bash
https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=b6659e98a4fcaa44477b64d7782243feca020418
Recently, dumb-jump has failed to work for me when using the `git-grep` searcher. If I force ripgrep `(setq dumb-jump-force-searcher 'rg)`, it works as I expect. git 2.39.0 dumb-jump 20220620.2325 emacs...
Is there any interest in clj-kondo configuration? I see `mount-lite` has some hooks defined.
Installed from latest cask of 29.1. I believe this is new to macOS Sonoma. ```sh bash-3.2$ which emacs /usr/local/bin/emacs bash-3.2$ emacs --version GNU Emacs 29.1 Development version e173249a143c on 29.1-mac-10.0...