aprs.me/lib/aprsme
Graham McIntire b065404803
Fix credo warnings and ensure clean compilation
- Renamed predicate functions to follow Elixir conventions:
  - is_finite? → finite?
  - is_finite_number? → finite_number?
  - is_finite_float? → finite_float?
- Fixed all function returns to ensure proper nil handling
- Applied mix format to all files
- All tests pass with no compilation warnings

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-14 10:25:01 -05:00
..
accounts add callsign to users 2025-07-10 16:07:05 -05:00
is geolocation fix 2025-07-11 13:34:54 -05:00
packets fix weather 2025-07-12 10:53:11 -05:00
workers refactor to use external parser 2025-06-24 14:22:09 -05:00
accounts.ex add callsign to users 2025-07-10 16:07:05 -05:00
application.ex dont parse device identifiers on each insert 2025-07-10 15:16:01 -05:00
aprs_is_connection.ex performance improvements 2025-07-08 10:03:52 -05:00
archiver.ex refactor to use external parser 2025-06-24 14:22:09 -05:00
bad_packet.ex refactor to use external parser 2025-06-24 14:22:09 -05:00
cached_queries.ex fix stations that heard call 2025-07-13 18:55:51 -05:00
callsign.ex more permissive callsign parsing 2025-07-12 09:10:49 -05:00
circuit_breaker.ex performance improvements 2025-07-08 10:03:52 -05:00
convert.ex more i18n 2025-07-06 10:28:27 -05:00
data_extended.ex add packet batcher 2025-06-24 15:06:09 -05:00
device_cache.ex dont parse device identifiers on each insert 2025-07-10 15:16:01 -05:00
device_identification.ex performance improvements 2025-07-08 10:03:52 -05:00
device_parser.ex show correct device id 2025-07-04 11:49:25 -05:00
devices.ex refactor to use external parser 2025-06-24 14:22:09 -05:00
devices_seeder.ex parsing improvements 2025-06-28 15:53:27 -05:00
encoding_utils.ex Fix credo warnings and ensure clean compilation 2025-07-14 10:25:01 -05:00
error_handler.ex performance improvements 2025-07-08 10:03:52 -05:00
geo_utils.ex account for gps drift 2025-07-12 09:40:28 -05:00
log_sanitizer.ex performance improvements 2025-07-08 10:03:52 -05:00
mailer.ex refactor to use external parser 2025-06-24 14:22:09 -05:00
packet.ex add PHG parsing 2025-07-12 10:22:43 -05:00
packet_consumer.ex dont parse device identifiers on each insert 2025-07-10 15:16:01 -05:00
packet_pipeline_setup.ex add packet batcher 2025-06-24 15:06:09 -05:00
packet_pipeline_supervisor.ex add packet batcher 2025-06-24 15:06:09 -05:00
packet_producer.ex add packet batcher 2025-06-24 15:06:09 -05:00
packet_replay.ex refactor to use external parser 2025-06-24 14:22:09 -05:00
packet_replay_behaviour.ex refactor to use external parser 2025-06-24 14:22:09 -05:00
packets.ex main map improvements 2025-07-13 14:58:13 -05:00
packets_behaviour.ex refactor and performance improvements 2025-07-10 10:53:34 -05:00
passcode.ex refactor to use external parser 2025-06-24 14:22:09 -05:00
postgres_notifier.ex more live updates and chart version update 2025-07-04 12:15:38 -05:00
postgres_types.ex refactor to use external parser 2025-06-24 14:22:09 -05:00
presence.ex refactor to use external parser 2025-06-24 14:22:09 -05:00
release.ex en español 2025-07-05 15:51:39 -05:00
repo.ex refactor to use external parser 2025-06-24 14:22:09 -05:00
schema.ex refactor to use external parser 2025-06-24 14:22:09 -05:00