Daniel Gomez de Souza

Results 4 issues of Daniel Gomez de Souza

The upgrade of phoenix to 1.6.6 caused upgrading also phoenix_html which deprecated the sigil ~e used in the history component. This is only a deprecation but we don't merge code...

### Environment * Elixir version (elixir -v): 1.16.0 * Phoenix version (mix deps): 1.7.10 * Phoenix LiveView version (mix deps): 0.20.4 and 0.20.5 * Operating system: MacOS 14.2.1 * Browsers...

Attempting to sort a dataframe with groups and no values results in a runtime error ```elixir dataframe = DataFrame.new(a: ["a", "b", "c"]) dataframe |> DataFrame.group_by("a") |> DataFrame.filter(a == "d") |>...