Stephen Kent

Results 29 comments of Stephen Kent

I am slowly rebasing my branch. A lot has changed upstream so I have to rewrite a bit. I'll update when it's ready to go again.

I've updated my branch. My additional commits are now based on the current upstream branch.

@Lekensteyn, thanks for the feedback. I have made your suggested changes and updated my branch.

Rebased to latest master again. jsrrdgraph [fixed the bug](https://github.com/manuelluis/jsrrdgraph/pull/21) I included a fix for in an earlier version of this pull request, so that commit has been removed.

> It would simplify calls to helper functions as option values wouldn't need to be passed to each individual function, either. The toplevel parsed arguments variable can simply be kept...

> I like the idea of dropping the dependency (allthough I like also the idea of docopt to have -h output and parser in sync by design). This is definitely...

I experienced the same issue on Gentoo Linux, and did some cursory investigation. In `UserTable::OnEvent`, it seems that certain event types (including `IN_CREATE`) cause incrond to reload the in-memory set...

Hi all! I have a number of thoughts around the existing authentication flow and how a settings UI including multiple key support might look. I personally found Authelia's current flow...

Work toward this is progressing along with a new settings UI. Multiple Webauthn devices per user is designed in https://github.com/authelia/authelia/issues/4366. Initial work in progress is in https://github.com/authelia/authelia/pull/4376.

I have also encountered this issue. Providing `enum.Enum` as a redundant base class appears to satisfy pytype. ```console $ pytype --version 2022.08.23 ``` `bad.py`: ```python from django.db.models import TextChoices class...