Darsey Litzenberger
Darsey Litzenberger
It looks like mutt needs support for gpg's "--fixed-list-mode" output format, which is no longer optional in gpg2
Don't forget about dhparams! ;) I think it's fine to just provide what we have now (priv, cert, chain, fullchain), plus the necessary hooks to let application-specific hookscripts provide whatever...
I haven't looked at the implementation, but Marlin's Configuration_adv.h file template (in the bugfix-2.0.x branch) suggests that it supports limiting the segment-length: ```cpp // // G2/G3 Arc Support // //#define...
Rudimentary control of the SIDE signal is added in pull request #61
I seem to be able to get the programmers list to refresh by doing the following: 1. Running `arduino-ide --open-devtools` to open the Chromium Developer Tools 2. Going to *Application*...
Fixed the commit message & CI builds.
I just ran into this and it's very frustrating and time-wasting. The tool shouldn't just silently return success if configuration fails for some reason. Various tools suggest backing up configs,...
Sounds good. I just pushed an update with the following changes: * ignored I900 'IPython' not listed as a requirement -- as you suggested * ignored F541 f-string is missing...
Vim's brace-matching "showmatch" feature just blindly matches every `{` with every `}`, including inside strings and comments (although the syntax-error highlighting seems to override this in some cases :shrug:). The...