Andrew Berrien
Andrew Berrien
The form - to create a new path or edit an existing one - is not properly backed by a changeset. I think this is an artifact from a previous...
One idea which came up during the original conversation with Brian around the page variants feature: If we want to force a page to use a specific variant, we could...
### Describe the feature or improvement you're requesting Currently when `stream: true` is set, we're receiving responses with string keys: ```elixir %{ "choices" => [ %{"delta" => %{"role" => "assistant"},...
Resolves #519
Requires corresponding PR in beacon main repo
Resolves #564
If the step ``` RUN mix esbuild.install --if-missing ``` comes before ``` RUN mix assets.deploy ``` then the app can fail to boot with an error like: ``` 2025-02-14T18:37:34Z app[17815ee1c522d8]...