Matt Norton

Results 10 issues of Matt Norton

When adding groups of custom presets onto the toolbar, their title is always shown & icons are occasionally the wrong size. Provide the ability to show only the icon (like...

# Bug report ## What's wrong Similar to the existing type aliases defined within `django_stubs_ext` (E.g. `StrPromise`), it would be useful to have the `FieldOpts` type alias exposed for type...

bug

Following on from the install issues described in #687, the Windows 10 install fails with [V2023.12.0](https://github.com/NickvisionApps/Parabolic/releases/tag/2023.12.0) due to: `Unable to install yt-dlp.` ![image](https://github.com/NickvisionApps/Parabolic/assets/108596565/b647cc80-b690-492c-8268-ece14612af1b)

bug

This setting would be used by linting rule [D106](https://docs.astral.sh/ruff/rules/undocumented-public-nested-class/). It would be of type `list[str]` representing the names of public nested classes that are allowed to not contain a docstring....

configuration
docstring

A `pyproject.toml` that creates this issue is as follows: ```toml [build-system] build-backend = "hatchling.build" requires = ["hatchling"] [project] name= "My-Test-Project" version = "0.1.0" [tool.uv] trusted-publishing = "always" [[tool.uv.index]] explicit =...

bug

I would make an expectation that any rules listed under `general.ignore` will be ignored in every circumstance. However I have identified that if a commit's author matches `ignore-by-author-name.regex` then only...

Inside of a `tls` block you can put the `resolvers` directive to specify the resolvers used for DNS ACME challenge. With the new global `dns` setting, the `resolvers` setting should...

feature :gear:

It would be great if a drag & drop sortable list component could be made available. I, personally, will look into whether it is possible to integrate the existing list...