Loris Zinsou
Loris Zinsou
Before this, main window title bar still appears on some window managers (eg. GNOME). From what I gather, we need to reset the full set of flags to something customizable...
Before this change, description strings are not highlighted after: * the first field in a type, * the first variable in a field.  Descriptions for type fields and field...
## Context I am using [GitLab SaaS](https://gitlab.com/) as an OIDC provider with OAuth2-Proxy. Login is restricted to members of GitLab groups. **Update:** I originally forgot to mention the JWT are...
Fix the following error from /var/log/auth.log: /lib/security/howdy/pam.py[6883]: File "/lib/security/howdy/pam.py", line 13, in /lib/security/howdy/pam.py[6883]: config = ConfigParser.ConfigParser() Targetting master instead dev because this is a fix for older releases of howdy.
After seeing `Delivery tag %r confirmed %r was ignored` (a warning log from aiormq, https://github.com/mosquito/aiormq/blob/master/aiormq/channel.py#L360), attempts to use `Exchange.publish()` will hang forever. I suspect the `confirmation` futures (created here: https://github.com/mosquito/aiormq/blob/master/aiormq/channel.py#L661)...