Riccardo Paolo Bestetti

Results 41 comments of Riccardo Paolo Bestetti

FWIW, I have reached the slightly different conclusion that I'm just going to poll the Caddy certificates directory once a day. It might break at some point because of changing...

Hi, I do not understand Chinese, but you might be interested in my implementation of MP3 decoding with minimp3 on ESP-IDF: https://github.com/vmsh0/gaga Please note that, as indicated in the README.md,...

This is useful to me. It would be nice if it would be merged.

I swapped this in in place of the mainline version, was able to reduce the stack size of my decoder task by more than 20k. Big success! Thanks.

> While I would also like to see reduced stack usage, the approach implemented here does not really work: When using minimp3 in a separate translation unit (i.e. without `MINIMP3_IMPLEMENTATION`...

Proposed solution: reuse the _interface_ option. When it is not present or it is a string, the behaviour is exactly the same as before (we don't want to break existing...

I'm almost done. There's just one little detail: in network.cpp ev_sock_ is added to various groups to receive notifications. However, [nl_recvmsgs_default()](https://www.infradead.org/~tgr/libnl/doc/api/group__send__recv.html#ga49b150fbb38a00444d5f6e323f05a2a1) is apparently never called. Which should mean that rtnetlink...

Ok, it should be fixed, and the new feature seems to work well! I'm having second thoughts on the fall-back thing. It doesn't really make much sense to fall back...

Sorry - I don't think I explained myself very well. Let me try again :) Existing configs will still behave exactly the same as before. This is imperative! The only...

Hi! I see you deployed a fix for the update issues. I'll rebase on that. I still have plans to work on the interface list thing & the refactor, I'm...