Kyle Husmann
Kyle Husmann
This PR adds support for collector-level `na` args (#532). This way, different lists of missing values can be specified for each column, overriding the global `na` arg in the call...
I'm starting this thread to brainstorm some of the ideas I mention in #198 and #251. It leans into the idea of data packages and table resources being their own...
As @TimTaylor first pointed out in #83, `refactor()` overwrites the class with the reset result of factor. This affects a bunch of methods downstream of `refactor()` like `lvls_expand()`, `lvls_reorder()`, `fct_lump_n()`,...
`vec_assign()` should not mutate values, and instead return a modified copy of the original vctr (as illustrated in the examples). But this breaks for rcrd types (or more generally, where...
### Describe the problem/motivation For running a few single-page apps in the same workspace, I like to fullscreen them and [use alt-tab](https://github.com/glzr-io/glazewm/issues/738) to cycle. But they fill the full screen,...
I wanted to start a discussion here to form a strategy for asking BTech to add a feature to the firmware to request GPS location from the radio. As previously...
Current audio support is awkward because there's no good SBC encoder / decoder for Python. (So example uses pyav instead). I'd like to get python bindings for google's libsbc --...
If you try to send any data with `benlink.client.RadioClient.send_tnc_data` it will immediately reply with a `INCORRECT_STATE` error. If you immediately retry the command within two seconds, it will work. I...
Right now the only way to flash the radio's firmware is via the HT app. - This is concerning for the long-term health / use of the radios, because as...
The HT app has service that runs on startup, and connects to `rpc.benshikj.com:800`. From the decompiled app, it looks like this is used for some of the team / channel...