Michael Nosthoff

Results 10 comments of Michael Nosthoff

hci_send_req needs certain capabilities which root certainly has. Try adding the missing capabilities to the binary ``` sudo setcap 'cap_net_raw,cap_net_admin+eip' ibeacon ``` you only need to do this once after...

I guess the point here is: the confirmation you get is part of the Chips internal protocol. So it's more or less included for free. A confirmation on top of...

The result is PASSED. Do you need any more specific output? ``` $ tools/buildgen/generate_projects.sh ... PASSED: ./CMakeLists.txt [time=0.4sec, retries=0:0]% ```

I ran into this when updating dependencies. For fmt you can observe this break in this godbolt example: https://godbolt.org/z/jx7fTen7Y with fmt 9.1.0 it works, with 10.0.0 it still compiles but...

https://github.com/fmtlib/fmt/issues/3648

To implement a formatter which would work from fmt 10.0.0 onwards it would suffice to implement `format_as` as follows: ```cpp namespace nlohmann { auto format_as(const json& j) { return j.dump();...

The examples can not be build on Mac as they are relying on BlueZ which is the Linux Bluetooth Stack. If you want to use it on Mac you would...

Thanks for the detailed reply. For Buildroot this issue turned up when bumping versions (not applied yet). We generally try to keep build-times down by disabling features we don't need....

btw. since 1.87.0 the output already also shows the header-only libraries which doesn't match the description ("The Boost libraries requiring separate building and installation are:"). The "already configure anything" started...

I assume you mean https://github.com/bfgroup/b2/pull/475. The one you linkes is for vcpkg.