Christian Bundy

Results 95 issues of Christian Bundy

Hi. My filesystem is case-insensitive but case-preserving, and I've noticed that I have both `foo` and `Foo` in my zoxide database. Is there some way to tell zoxide that these...

bug

**What version of this package are you using?** 14.3.1 **What problem do you want to solve?** When setting up my editor (vim) I'm forced to choose between using Standard and...

stale

**What version of this package are you using?** 14.3.1 **What problem do you want to solve?** I'd like to limit the number of statements per line. **What do you think...

enhancement

**What version of this package are you using?** 14.1.0 **What problem do you want to solve?** I'd like to continue the semicolon purge by disallowing semicolons as a workaround for...

enhancement

Hey there! Is there a release schedule for this project? I'll often bump into bugs and then see the fix merged, but we'll often go a while without a new...

# Bug report ``` example.py:42: error: Module "django.contrib.postgres.operations" has no attribute "AddIndexConcurrently" [attr-defined] from django.contrib.postgres.operations import AddIndexConcurrently ^ Found 1 error in 1 file (checked 42 source files) ``` ##...

bug

# Bug report ## What's wrong When we use queryset methods like `.filter()`, the query isn't used to narrow the type of the model. Is this supposed to work, or...

bug

- [x] This is a bug report - [ ] This is a feature request - [ ] I searched existing issues before opening this one ### Expected behavior pre-commit...

Anyone know why this might be happening? ```javascript const h = require("hyperscript"); const el = h("input", { type: "text", minlength: 42, maxlength: 420 }); console.log(el.outerHTML); ``` ```html ```

This module uses: ```python3 from collections import Iterable ``` But in Python 3.10, we need: ```python3 from collections.abc import Iterable ```