Kye Russell

Results 14 issues of Kye Russell

I suspect that this may be a case of user error, but I will raise it here anyway. I have a custom `Rule`, where I am overriding `query()` (as expected)....

Looking here: https://github.com/jazzband/django-formtools/blob/master/formtools/wizard/views.py#L294 It appears that there is no way for me to do anything when a step's form submission fails, without overriding all of `post()` to put an `else:`...

I've been playing with Packj in a way that has necessitated a lot of Docker rebuilds. I eventually opted to try to speed the build process up a bit. These...

**Is your feature request related to a problem? Please describe.** I cannot use `sandbox.o` in non-`x86-64` environments, e.g. More concretely/specifically, I can't run Packj on an Apple Silicon (ARM) Mac...

**Describe the bug** Python packages have the concept of 'extras'. As described by [the Python packaging tutorial](https://packaging.python.org/en/latest/tutorials/installing-packages/#installing-extras): > Extras are optional “variants” of a package, which may include additional dependencies,...

As seen here: https://github.com/ossillate-inc/packj/blob/0b1d39118539e7c13dd5a7941da11948a46534af/packj/audit/main.py#L454-L470 `analyze_repo_activity()`'s return value is determined by the `finally:` block on line 470. `finally:` runs regardless of the success of running the associated `try:`. `repo_data` is set...

I haven't used the issue template as it seemed geared to bugs. Please correct me if I'm wrong! But it _seems_ that `django-anon` will run `Model.clean()` on a model instance,...

It's sad to see a lot of potential go to waste with an abandoned project. A lot of good additions have been made but unfortunately the creator is nowhere to...

I believe that (in spite of #138) the language in this repository's `README.md` is, I will say, dishonest and self-aggrandising, in favour of the project's (past) author/s. I've simply happened...

Hi, I'm just evaluating this package and would appreciate some insight re the state of Django (particularly 4.2) support. I am hoping to use this package on a Django 4.2...