phoenix icon indicating copy to clipboard operation
phoenix copied to clipboard

Peace of mind from prototype to production

Results 88 phoenix issues
Sort by recently updated
recently updated
newest added

@josevalim easy one for doc updates.

### Background I could be wrong about this, but I have walked the code several times and this does appear to be a logic error. I am doing this in...

### Environment ``` erlang: 24.3.4 elixir: 1.13.0 Cowboy: 2.9.0 plug_cowboy: 2.5.2 phoenix: 1.6.9 OS: Ubuntu 22.04 ``` Related issue: https://github.com/phoenixframework/phoenix/issues/4613 ### Expected behavior Setting `websocket: [fullsweep_after: 0]` on sockets should...

While working on https://github.com/phoenixframework/phoenix/pull/4820 I've realized that manually formatting templates with a default config won't work well because the user's project may have a different config for line length, generating...

### Environment * Elixir version (elixir -v): 1.12.3 * Phoenix version (mix deps): 1.6.11 * Operating system: Windows 11 ### Expected behavior A push's ref should not change unless the...

### Environment * Elixir version (elixir -v): 1.14.0 * Phoenix version (mix deps): 1.6.12 * Operating system: macOS, Windows ### Expected behavior Connection is always retried after non-graceful disconnects such...

### Environment - Elixir version (elixir -v): Elixir 1.13.4 (compiled with Erlang/OTP 24) - Phoenix version (mix deps): phoenix 1.6.10 (Hex package) (mix) - Operating system: MacOs 12.5 (21G72) ###...

[The documentation for `:cowboy_websocket`](https://ninenines.eu/docs/en/cowboy/2.4/manual/cowboy_websocket/) states that the `websocket_init/1` callback can return values specified in the `CallResult` type. However, the current implementation of `Endpoint.Cowboy2Handler` **forces** the return from the handler/transport `Socket.Transport.init/1`...

Containerized applications are designed to run in shared environments, so I suggest disabling busy waiting, not to interfere with other applications and to allow kernel to properly estimate the load...