Bengt Martensson

Results 56 issues of Bengt Martensson

... in the spirit of https://github.com/bengtmartensson/harctoolboxbundle/issues/162 The analyzer generates an IRP from a list of durations. 1. The "annotated list" should map every duration and every bitfield in the IRP...

enhancement
Component: Analyzer

For good or bad, using the Gnu Autotools is sort-of standard for, e.g. locating include files (jni.h etc here), It is also on the TODO, however not unconditionally. I have...

Cf. https://github.com/bengtmartensson/RemoteLocator/issues/7 Also see https://github.com/bengtmartensson/HarcHardware/issues/26 An export format to that format should be fairly easy, too.

enhancement
Component: Import

It is common programming to write produced data to stdout while error and status messags go to stderr. That way, stdout can be used directly: for example redirecting to a...

The `--convert` option in `broadlink_cli` does not really fit there, and is somewhat confusing for the user. Suggestion: remove, and make a separate CLI program instead. Cf. #742.

Some libraries are incompatible with others. Fact of life. I propose a field `incompatible-with` in library.properties, analogues to `depends` and with the same semantic (several entries divided by commas), but...

type: enhancement
topic: code