Dorian Karter

Results 28 issues of 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. ![CleanShot 2024-06-14 at 14...

A recent update appears to have changed the location that portainer uses to store data. Users that ran the update script may find themselves with a fresh instance of portainer...

I read through the code and documentation but can't figure out how to insert a has_many through association using ExMachina. I have the following schema: Account: ```elixir defmodule ShareStream.Accounts.Account do...

When opening a new file (e.g. when pressing `n` in the home screen) plugins like nvim-surround don't load. I need to tweak the lazyvim events for plugins that I want...

:robot: I have created a release *beep* *boop* --- ## [22.2.0](https://github.com/dkarter/dotfiles/compare/v22.1.0...v22.2.0) (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...

autorelease: pending

# 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...