Paul Ostazeski

Results 3 issues of Paul Ostazeski

Let's say I start a task and I overestimate the time that task will take. `pomo start -p 10 "Do something for a long time"` But after 2 pomodoros have...

enhancement

Running `mix triplex.migrations` results in an error. The `stop` callback for `Ecto.Repo` no longer takes a `pid` argument as of Ecto 3. https://hexdocs.pm/ecto/2.2.12/Ecto.Repo.html#c:stop/2 https://hexdocs.pm/ecto/Ecto.Repo.html#c:stop/1 This update matches a change from...

## Description Updates for elixir 1.17 * Resolves deprecation warnings on elixir 1.17 * Updates dependencies * Updates credo config file ## Type of change (check all applicable) - [...