Results 34 issues of Justin Mayer

Backup codes by themselves are not a good option for multi-factor authentication, and yet at present it is too easy for users to generate backup codes and, in the process,...

Why it would benefit Bumpr: > The biggest reason to use twine is that `python setup.py upload` uploads files over plaintext. This means anytime you use it you expose your...

enhancement

It would be great to have a `git` plugin that includes a fish version of this excellent [`git open`](https://github.com/paulirish/git-open) command. Anyone want to volunteer to "tackle" that? _(Justin cringes at...

Perhaps `.tacklebox` and `.tackle` directories should be stored in `$XDG_CONFIG_HOME`, which is `~/.config/` by default. c.f., https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html

The [Configuring Logging](https://github.com/ui/django-rq/blob/master/README.rst#configuring-logging) section of the README currently says: > Please configure Raven to use sync+https:// or requests+https:// transport in settings.py [...] But that configuration produces a deprecation warning: >...

Python 3.9+ includes [`zoneinfo`](https://docs.python.org/3/library/zoneinfo.html), which would presumably allow us to replace the `pytz` third-party dependency with time-zone machinery included in Python's standard library. Since we need to support Python 3.7...

good first issue

Now that Nginx 1.16 stable has been [released](http://nginx.org/en/download.html) and v1.14 has been moved to the "legacy versions" category, it would be nice to have Nginx 1.16 added to the Docker...

I've searched existing issues, including the tangentially-related #393, but I've yet to find a solution. ##### ISSUE TYPE - Bug Report ##### container.yml ``` version: "2" settings: conductor: base: debian:stretch...

question

### Component server ### Describe the bug I have set up the Woodpecker server and agent using the Docker Compose configuration shown below. When I first went to the Woodpecker...

pending:bug

When using this add-on with Firefox 52 to add a U2F device to the demo web application provided by [django-u2f](https://github.com/gavinwahl/django-u2f), an error is raised due to a missing required `version`...