Rolf Håvard Blindheim
Rolf Håvard Blindheim
After [this commit](https://github.com/ash-project/ash_postgres/commit/f8916c14ca1a27ae5217522d4e2f424fc99c06c6) on `AshPostgres`, indices generated on user identities may easily be too long. **Identity module** ```elixir defmodule MyApp.Domain.Account.UserIdentity do use Ash.Resource, domain: MyApp.Domain.Account, data_layer: AshPostgres.DataLayer, extensions: [AshAuthentication.UserIdentity] user_identity...
## Problem The `C-g` (Ctrl+G) keybinding is hardcoded to open the current prompt in an external editor. This creates a significant conflict for Emacs users running Claude Code inside terminal...