Andrew Roberts
Andrew Roberts
this fixes the role for PVE 7.2
This PR brings header-based login to huginn, supporting a common SSO pattern used with reverse proxies. For many SSO setups, authentication can be handled entirely by the reverse proxy, and...
Flanker's `EmailAddress` object implements an `__eq__` method to support comparison with strings, which is super convenient, but the missing `__ne__` (and friends) creates some crazy behavior: ``` python >>> email_address...
using `command`, the actual git executable will be invoked, which is probably transparent to many users, but will show a speed improvement in prompt generation for users with e.g. git...
I didn't see a response to #978 so I tried to just follow what was there. This PR adds download path to the notification body as a newline-separated field.
**Is your feature request related to a problem? Please describe.** The new notification system is great! For my purposes, I'm hoping to use them to link this project into a...
I found this project while writing a completely parallel class, and given that the work's already done, I ran with it. One issue I had was wanting to subclass FlaskView...
I'm seeing an error when using ember-query-params with Ember 2.7, in a fairly particular set of circumstances. Preconditions: - `model()` returns the result of e.g. `this.store.findRecord(...)`, `this.store.query(...)` - route mixes...
**Describe what you are trying to accomplish and why in non technical terms** Timelapse export hardware acceleration is driven by the global `ffmpeg.hwaccel_args` config, as well as several other things....