Corey Minyard
Corey Minyard
On Sun, Mar 27, 2022 at 06:29:02AM -0700, Martin Hebnes Pedersen wrote: > Very exciting indeed 🙂 👍 Looks like gensio and Go's `net` package solves much of the same...
I have added pull request https://github.com/h5p9sl/hmac_sha256/pull/7 to remove the dynamic memory allocation. It's completely unnecessary, anyway, as you can do partial add of data.
On Fri, Jun 16, 2023 at 06:24:13AM -0700, wb2osz wrote: > That is possible now. direwolf supports multiple audio devices and multiple radio channels. One channel can have a 1200...
I looked through the sources a bit, and noticed that different modems would set the levels. So I tried some different ones, and it looks like at least mt63-2000l and...
> @cminyard is it possible to build gensio without libpam? > > [setup_user](https://github.com/cminyard/gensio/blob/master/tools/gtlsshd.c#L1005) doesn't seem to be protected with `HAVE_LIBPAM`. It doesn't need to be protected in the code, gtlsshd.c...
I'm guessing one of the hardest things you will run into is the ability to exclude a gensio, compile it into the main library, or create a module for it....
> Do you mean this [feature](https://github.com/cminyard/gensio?tab=readme-ov-file#dynamic-vs-built-in-gensios)? Will have to look at this. Yes, that's the feature. I was confused at first, the link in the email I got was something...
On Wed, May 15, 2024 at 12:07 AM Yegor Yefremov ***@***.***> wrote: > My fault. The other link was in the buffer :-) It was an interesting TV > series,...
For the record, I started using meson on another project, and it's really an improvement over autotools and make. I'm all for this conversion with what I have learned. I...