Tobias Kaupat

Results 39 issues of Tobias Kaupat

Currently we have 2 different handler functions that need to be implemented and registered separately but often share a lot of code in applications. I would like to reduce the...

help wanted

The goal would be to have no bget related code and have `malloc` and `free` as part of the API struct, so the user can choose what to use. If...

help wanted
good first issue

With a little manual how to build a lib (.a) file for a few platforms (e.g. Linux, Windows, STM32, Adruino) it should be sufficient to link that file and add...

There are many linked lists in the code but all are custom made. Iterating always looks different. It would be nice to have a single heap based linked list where...

refactoring

Setting `CONTAINER_LOG_LEVEL` as environment variable seems not to change the loglevel. I still get '*** CONTAINER_LOG_LEVEL = 3 (info)'

question

I can not change the logger in `NewConnection`, `NewHandler`, . It always spams my log and I just need a way to change the log level and format. For the...

I just like to confirm that it works with Docker on Windows as well. The input part is very shitty. I would prefer the default to a fixed file name...

The project was created in the urge of using Rust for our embedded development and was a first proof of concept. Unfortunately the real world makes it much harder to...

Since the embedded-hal v1 is released now, it would be great to have support in FreeRTOS-rust See: https://blog.rust-embedded.org/embedded-hal-v1/ Since it's only a dependency of the examples. I assume only the...

The container could regularly run `restic self-update` to keep restic up to date. I would keep the feature optional. Default on or off? to keep risks in production environments as...

enhancement