Convert compile-time module attributes to runtime functions to avoid dialyzer warnings about compile-time constant comparisons: - tick_interval_ms: function instead of @tick_interval_ms - debounce_ms: function instead of @debounce_ms This fixes warnings where dialyzer knew the comparisons could never be false/true based on compile-time values. |
||
|---|---|---|
| .. | ||
| form.ex | ||
| form.html.heex | ||
| index.ex | ||
| index.html.heex | ||
| show.ex | ||
| show.html.heex | ||