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. |
||
|---|---|---|
| .. | ||
| channels | ||
| components | ||
| controllers | ||
| graphql | ||
| helpers | ||
| live | ||
| plugs | ||
| changelog_parser.ex | ||
| endpoint.ex | ||
| gettext.ex | ||
| gettext_helpers.ex | ||
| permissions.ex | ||
| plug_exceptions.ex | ||
| router.ex | ||
| telemetry.ex | ||
| telemetry_filter.ex | ||
| user_auth.ex | ||