Fabian Sauter

Results 337 comments of Fabian Sauter

A quick update from my side. I'm still fighting with a bit of `std::enable_if` magic.

@martinhaefner thanks for taking a look at it! I added your suggestions. Sadly I'm failing right now in converting structs in a generic way to dbus tupels. I'm able to...

You are missing libsodium. On Debian / Ubuntu: ```shell apt-get install libsodium-dev libmbedtls-dev ``` With Homebrew on MacOS: ```shell brew install libsodium mbedtls ```

Could you please provide me with the full build log since for me that solves the issue. I'm using `v4.3` of the ESP-IDF on Fedora 35.

Ah, sorry I meant the console log of running `idf.py build` since this is a problem of [Smooth](https://github.com/PerMalmberg/Smooth) I'm using as a dependency. Please make sure you run a `idf.py...

I don't think this is the right project for your use case, since this project is just a test for my own XMPP IoT protocol. It is more or less...

This is a breaking change. Although I definitely see the need for this "fix" I would like to postpone it for an eventual V3 of the API. How would you...

Yes, this would be an option.

Implemented `api/search`, `api/get/{id}` and `/api/preview/{id}` in the [UWP TUM Campus-App](https://github.com/TUM-Dev/Campus-UWP).

This bug occurs if you use the lib in an UWP project. Any chance that this gets fixed?