Víðir Valberg Guðmundsson

Results 15 issues of Víðir Valberg Guðmundsson

It would be awesome to be able to install django-adzone via: ``` pip install django-adzone ``` Short guide to registering on PyPI: http://guide.python-distribute.org/quickstart.html#register-your-package-with-the-python-package-index-pypi

First of all: elm-phoenix is awesome! It's so easy to work with and the API just makes send - so kudos on that! It would be very neat if it...

It would be really nice if the installer checked the connection to the database before asking anything else. This way the information typed after the database url won't just be...

type: feature

I was thinking that maybe the project could benefit from joining Jazzband (https://jazzband.co)? What do you thing @akx ?

I was thinking that we should have a plan for a 1.0 release where we define: - a deprecation policy - a policy for which versions of dependency to support...

## Expected behavior I was going to play around with nitpick, and thought the best course of action was to try to apply a custom style to an empty directory....

bug

django-allauth has support for MFA since 0.56.0 - maybe this means that django-allauth-2fa has served it's purpose? See comment by @pennersr here: https://github.com/pennersr/django-allauth/issues/3420#issuecomment-1711553191 There is definitely a timeline where django-allauth-2fa...

**Problem Statement** We have just gotten `HistoricForeignKey` which is great! It would be nice to have a similar for `OneToOneField`. **Describe the solution you'd like** Implementation of `HistoricOneToOneField` which does...

I'm getting the following when trying to build our docs with `sphinx-autodoc2`: ``` [Autodoc2] Determining files to write ... [Autodoc2] Writing modules...[ 0%] src Traceback (most recent call last): File...

The `namespaced_decorator_factory` should accept these argument so the resulting uses of the decorator are using the same restrictions. Ie. ```python logged_in_view = namespaced_decorator_factory(namespace="logged_in", login_required=True) ```

enhancement