-
### Environment
* Elixir version (elixir -v): 1.17.3
* Phoenix version (mix deps): 1.7.14
* Phoenix LiveView version (mix deps): tested on 0.20.17 and the latest 1.0.0-rc.7
* Operating system:…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
I'm a total noobie to ash and phoenix. I'm getting a bit stuck on a point where i think the user experience could be a bit better.
I ran `mix igniter.new fitness --install ash,ash_sqlite,ash_phoeni…
-
The project is running in VSCode devcontainer
### Sample Code
```
defmodule AppWeb.PageController do
use AppWeb, :controller
def home(conn, _params) do
# The home page is often custo…
-
#### **Description**
When attempting to run the `mix assets.build` task in a Phoenix project, errors occur depending on how the `build` script is defined in `package.json`.
#### **Steps to Reprodu…
-
### Elixir and Erlang/OTP versions
Setting up umbrella app, accounts and setting namespaces
```
** (EXIT from #PID) an exception was raised:
** (RuntimeError) found error while checking type…
-
I've been _very_ disappointed with Fly.io and their handling of the server that ran both our `Auth` and `MVP`#449 apps (specifically how they killed our `Postgres` and lost our data!! 😢) so I've been…
-
I am trying to use the library in a Elixir project and also use [Dialyxir](https://hexdocs.pm/dialyxir/readme.html).
As indicated in the doc, I specified `:systemd.ready()` as:
```elixir
# Elix…
-
I noticed that out of the box Plugsnag reports ~~404~~ `Phoenix.Router.NoRouteError` errors. I would like to request a feature that allows not reporting based on ~~status code~~ exception. I can't see…
-
今天在 HN 上看到 [Phoenix 1.0.0](https://news.ycombinator.com/item?id=10135825) ,想起了两个月前的经历。当时尝鲜学了下 Elixir,并用 Phoenix 写了一个简单的 CRUD 应用,过程愉快也心酸。
语法和概念非常 nice,写起来很舒服,既有动态语言的灵活,又有编译期检查。因为有 Ruby 和 Scala 功底,上手还是…