-
### Environment
Elixir 1.13.4 (compiled with Erlang/OTP 25)
macOS Monterey
`{:pigeon, "~> 2.0.0-rc.0"}`
### Current behavior
Followed [instructions here](https://hexdocs.pm/pigeon/2.0.0-rc.1/…
-
```
As a developer writing *beautiful* (concise & functional) code in Elixir
I want to know if the dependencies in my project are out-of-date
in case there are any security/performance updates I ne…
-
Documentation on the intended way on how to fetch the request body data for PUT/POST/... requests is missing.
```elixir
put "/" do
IO.puts(inspect(conn.body_params))
""
end
# Prints:…
-
This example does not work :( (the files structure is also different than generated by official Phoenix 1.3)
```
git clone https://github.com/geolessel/react-phoenix-example-1.3.git
cd react-phoen…
-
I have an umbrella project where one of the applications is a phoenix project.
I updated the version of `phoenix_swagger` in the phx app from `~> 0.7` to `~> 0.8`.
This downloaded version `0.8.1`, …
-
-
We must finish Frankt documentation before publishing the first version.
- [x] Finish Readme
- [x] Update Elixir modules documentation
- [x] Document public functions
- [x] Document errors
…
-
### Issue type
User interface
### Exact version and Build date
v4.0 Jan 12 2024
### Bug Description
When plugging in to charge battery Percentage duplicates when set to iOS 16 setting
### Steps …
-
##### Description
We would like to add a new server generator for Elixir Phoenix
Similar to what we've done for PowerShell, Rust and other generators, we can first create a Petstore Phoenix serv…
-
This plug in appears to pull all the dependencies of a hex project. however unless the are all added to the list of `deps` then they are not compiled/included.
I have a small rebar3 project using …