Aaron Tinio
Aaron Tinio
On my computer, this is around 40% faster when running: ```sh MIX_ENV=prod mix profile.fprof -e 'Tzdata.periods("Europe/Madrid")' ```
so that its external resources can be tracked.
The `Order` class doesn't get recompiled when external resources are created or modified. Relevant thread: https://elixirforum.com/t/recompile-dependency-based-on-external-resource/49030 I'm wondering if we should just read the files at runtime and ensure they're...
This is an attempt at addressing downstream issue https://github.com/tailwindlabs/tailwindcss/discussions/16011.
Closes #68. The Phoenix LiveView team declined to accept https://github.com/phoenixframework/phoenix_live_view/pull/3778, which, I was hoping, would allow us to remove these vendored code. They instead proposed a different solution: https://github.com/phoenixframework/phoenix_live_view/pull/3781. This...