Block a user
Add AGW connection
Look at Paracon (https://github.com/mfncooper/paracon), which uses AGW to connect to direwolf. Should be able to pull code out of it (MIT license).
Track ARRL membership
Plot shared at https://mastodon.radio/@BrucePerens_K6BP/113913717340555053, don't know the source of the data. I am not going to dip myself into Facebook to see what all those comments are…
AE7Q new license counts
This script wasn't working, but I think is fixed in 1b58d335f8. It needs to query the previous date, not the current date.
Limit number of stations on index page
Limit number of stations on index page
select_frames()
now orders by id
(index) rather than created
and it is much faster now. a5978c2289
Limit number of stations on index page
Individually, /stations is much faster than /packets, even limited to default 10. Is that because the table is much larger or the query more complex?