Robert Middleton

Results 48 comments of Robert Middleton

> Adding the `.bin` match here would lead to the proliferation of matches in RAUC that we want to avoid (see [#1201 (comment)](https://github.com/rauc/rauc/pull/1201#issuecomment-1663668792)). Due to backwards compatibility, we could never...

> > The casync for the bootloader images doesn't work properly at the moment anyway(at least as far as I can tell), it always downloads it. For our purposes the...

> > > > The casync for the bootloader images doesn't work properly at the moment anyway(at least as far as I can tell), it always downloads it. For our...

> Would you be able to share the details of your test setup? Perhaps even the images which show the better performance of casync? I can't share the images, but...

This is an intentional design decision. The idea is that you can integrate this within your main loop by using the [`get_poll_handle`](https://github.com/rm5248/CSerial/blob/7b5cbd5113c342f4230b74df372989c7b0e8cb9d/c_serial.h#L386) function to get a file descriptor(on *nix) or...

> [@rm5248](https://github.com/rm5248), [@FreeAndNil](https://github.com/FreeAndNil), > > Do you have similar issues in Log4cxx and Log4net on Azure? I feel like I might have seen something similar a long time ago, but...

> Doxygen version 1.13.2 is also lacking the INDEX header (as shown in the screenshots). It looks like Doxygen devs like to make breaking changes to their headers and stylesheets...

Given that current Debian testing will be released soon, these are the options that I see: 1. Keep trying to support doxygen generation back to 1.9.1(version in bullseye). This may...

there's already an [astylerc](https://github.com/dbus-cxx/dbus-cxx/blob/master/.astylerc) file, is there any advantage to using clang-format? The only thing I can think of is better integration with IDEs.

This looks good to me, merged. Note: New versions of QtCreator support the `.clang-format` file, so that will be useful.