Leandro Pereira
Leandro Pereira
Ref https://github.com/phoenixframework/phoenix/pull/4793#issuecomment-1119687158 ### Tasks - [x] Update templates with latest HTMLFormatter rules - [x] Fix integration tests - [x] Fix unit tests - [x] Update and fix CI ### Testing...
The same website but with its own domain now.
The current `Phoenix.LiveViewTest.FlashComponent` does not target the `lv:clear-flash` actions to itself and the test is passing due to a false positive. More info at https://github.com/phoenixframework/phoenix_live_view/issues/1842#issuecomment-1099729676 It does not address the...
An attempt to fix #1842 "The only thing is that I would expect the child flash to be erased when we copy the flash to the parent" So this PR...
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...
First of all, thanks for creating this lib :) I've been working with `Decimal` mostly because `float` _uses the shortest representation according to the algorithm described in "Printing Floating-Point Numbers...
I´ve added a window.scrollTo to make the visualization of the pages easier. This way is not necessary to manually scroll to top and bottom again. [](https://reviewable.io/reviews/angular/builtwith.angularjs.org/95)
https://github.com/leandrocp/phoenix-liveview-collection/blob/e54c330b731469d56050c282ca9071d7f97589e9/collection.yml#L128
Definir o uso de sudo de forma automática quando o usuário informado for diferente de root
`Beacon.Content.create_assign_for_live_data/2` can't allow creating an assign for the following reserved keys: - `:beacon` - `[:uploads, :streams, :socket, :myself]` (https://github.com/phoenixframework/phoenix_live_view/blob/376fea7ba6a655d5bafe47f0698a672d3ad12f62/lib/phoenix_component.ex#L556) - `:flash` (https://github.com/phoenixframework/phoenix_live_view/blob/376fea7ba6a655d5bafe47f0698a672d3ad12f62/lib/phoenix_component.ex#L1317)