Sebastian Pipping
Sebastian Pipping
@calestyo the character starting comments in rules syntax is `#`, a hash mark. (For proof:) https://github.com/USBGuard/usbguard/blob/927a41da7538d9f31846bdf14a49197d8e5a0d80/src/Library/RuleParser/Grammar.hpp#L207
PS: Also there is: https://github.com/USBGuard/usbguard/blob/927a41da7538d9f31846bdf14a49197d8e5a0d80/src/Tests/Rules/test-rules.good#L767-L770
@Cropi @muelli >=2.**4**6 please, see https://libsoup.org/gio/GDBusMessage.html#GDBusMessageFlags
@muelli I believe we need something like this: ```diff # # Check for required D-Bus modules # - PKG_CHECK_MODULES([dbus], [dbus-1 gio-2.0 polkit-gobject-1], + PKG_CHECK_MODULES([dbus], [dbus-1 gio-2.0 >= 2.46 polkit-gobject-1], [AC_DEFINE([HAVE_DBUS],...
@d11wtq any thoughts? Related: #31
Turns out that: - I can reproduce the problem for Git tag `1.4` locally - The problem is that the `optstring` passed to `getopt` is missing `e` - The problem...
See also https://github.com/tenox7/ttyplot/issues/29#issue-426865051
@tenox7 can this be closed as fixed by #47 or is anything still missing?
Related to #52
@themightyoarfish besides support for negative values (tracked by #53): is any of the rest still an issue with release ~1.5.2~ 1.6.0?