Oliver Rockstedt

Results 59 comments of Oliver Rockstedt

After some updates of the `iced` framework, Linux support can be regarded as stable enough for most systems. I did some tests on an old HP EliteBook 2540p, this wasn't...

> I don't know if it helps, but in tinyfiledialogs v3.13.3 I have added the AppleSilicon dylib file (previously it was only Intel) Thanks for letting me know. I think...

The main disadvantage with `xdg-portal` is that it doesn't support filters, at least according to the `rfd` docs.

A DFU file is just a raw image that has a 16 byte suffix appended. The format of the suffix is described in Appendix B of https://www.usb.org/sites/default/files/DFU_1.1.pdf. Since the file...

> I found that I can add a DFU suffix with this tool: https://dfu-util.sourceforge.net/dfu-suffix.1.html Then dfu-buddy will recognize it as a "Plain" DFU file. Yes, DFU buddy will recognize the...

Linux udev rules are a security feature of the operating system and not related to a certain application like DFU Buddy. Therefore, you have to refer to some general documentaion...

Also make sure that your device is in DFU mode before starting DFU Buddy.

I also had this issue on macOS, did not do extensive testing though.

I would like to close this PR without merging in favour of not having an additional dependency that has to be maintained. As I explained in #5 my preferred solution...

I think we need to find a nice way to connect this crate with `midi-types` without having it included as dependency. Disregarding SysEx, the last 3 bytes of a packet...