Jonathan Daugherty
Jonathan Daugherty
Hi, folks - I was looking around to see whether there was a way to see what the Deluge's charge level is, and this is the closest thing I could...
Thanks! Would you be willing to submit this as a PR?
(Based on `develop`.)
@fictitiousexistence I believe that'll be addressed just by switching to a version 2 notification script, since the wildcard character is not passed on the command line in that case.
Interesting. The v2 scripts do not receive command-line arguments at all, so I don't know how you would get the wildcard behavior you described above. To confirm, is `activityNotifyVersion` set...
@fictitiousexistence I see, thank you! I'll be sure to include the fix in the next release.
This is now fixed on `develop`.
I am open to adding something like this to `brick`. If I did, it would be shaped something like this: ```haskell data INIGenerationConfig = INIGenerationConfig { includeDescriptions :: Bool ,...
> I assume you meant includeNonCustomizableBindings. No, I meant `includeCustomizedBindings`, as in, whether to include bindings that have been changed from their defaults. I don't think a setting to control...
Also, a minor note that I didn't mention since I was going to change it in the implementation anyway: I'd rather use `#` for comments in the generated INI than...