Dorian Karter
Dorian Karter
# Motivation I have a small contribution here and since I have auto formatting in my editor this will reduce the diffs.. also good to have the code formatted regardless....
Not sure if anything changed in Obsidian, but this plugin no longer appears in the community plugins and was automatically(?) removed from my installed plugin list.  (2025-03-09) ### Features * enable snacks input ([5a18247](https://github.com/dkarter/dotfiles/commit/5a182478c31043cb70a38b35d50681e0cef9edcd)) * **git:** add git better branch script ([b7c129b](https://github.com/dkarter/dotfiles/commit/b7c129bc6b06b8db694f6e0a94fe132251548db5)) * **zsh:** add...
# Motivation In Postgres, it is recommended to use `:text` data type over `:string` (`varchar(255)`) by default, and only opt in to limited varchar when there's a real need for...
Ecto does not support Sandbox for ClickHouse at the moment - this leads to having to truncate the table manually between tests and setting all tests as sync. Are there...