Martin Hebnes Pedersen

Results 150 comments of Martin Hebnes Pedersen

I like the idea! Also, a tab based modal for Connect would also be useful, when we finally implement the rmslist feature for the web gui. It does not resolve...

Great suggestion 👍 We would need a complete set of bandplans for all regions as a data structure that is optimized for fast range lookups. Help/PR will be appreciated!

I guess we only support HTML forms now? (@xylo04) If so, I think we should mark those forma as unsupported in the UI or at least give a better error...

... if so, we can easily add a fallback wrapping txt-only forms when serving them to the web client 🙂

.. the details are starting to come back to me. IIRC, the html contains logic to accept user input. So we would need to generate that as well.

The auxiliary callsigns feature will allow you to fetch emails for multiple addresses (callsigns) at the same time. Please refer to the [config docs](https://pkg.go.dev/github.com/la5nta/pat/cfg?utm_source=godoc#Config) for details on how to set...

Yes, maybe we should consider adding a way to switch between multiple saved config files in the config editor (editor/selector). That could be very useful 👍

Hi - thanks for the proposal. We got a similar feature request on [pat-users a while back](https://groups.google.com/forum/#!topic/pat-users/S3wfxTXn93c). Maybe you could discuss this further with Mike to ensure that both use-cases...

Hi again Austin, I've done some research and preliminary tests on my suggested solution. It will be harder to implement than initially thought due to buffering in the system. We...