Christoph Schmatzler
Christoph Schmatzler
**Describe the bug** The `AlterDeferrability` operation does not respect schema prefixes, which results in broken migrations. https://github.com/ash-project/ash_postgres/blob/459d853d28ffb03085632670a16213abce6842f5/lib/migration_generator/operation.ex#L429 **To Reproduce** 1. Create a resource with a prefix on data layer level....
**Describe the bug** When auto-generating migrations, prefixes are not taken into account. **To Reproduce** ``` 1. Create this module: defmodule Leuchtturm.Auth.Identity do @moduledoc false use Ash.Resource, domain: Leuchtturm.Auth, data_layer: AshPostgres.DataLayer...
### Describe the bug When adding `beforeLoad` to a route (even an empty one), the router gets mounted and then displays a white page for approx. 400ms before the actual...
### What happened? In `ColorizeSwift.swift`, we are extending `String` to add styles to strings that we are logging to the terminal. This is done using ANSI escape codes. The way...