-
Currently, the glob matching function manually handles escaping things correctly when building it's pattern, but there is a built in method that handles escaping for you, and which would greatly simpl…
-
One example where this could be useful: I'd like to disable `pyflakes` from analyzing *any* of the markdown files in my repo.
I know that in my `pyproject.toml` file I can set up plugin-specific excl…
-
Add a feature to specify a glob pattern instead of single file as input or directory with recursive search for `Dockerfile`s.
I have a project with many dockerfiles in special directory and I want to…
-
I would argue that failing if no file has been found is not the best behaviour. That change was introduced here: https://github.com/hpcugent/easybuild-framework/commit/cbd0c3996f38ed011ab8d1772ec5e536…
-
If I do a search like this:
`C:\> rg -g "!C:/foo/bar/**" search "C:\foo\"`
Then the `-g` glob is not excluded. I have to write it like `-g "!/foo/bar"`. I think this is **expected** because glob…
-
Let's assume that there is a directory `C:\Temp\junit12854012982575283912` which contains a file `test-6e672c4ba0be4f0886d434125a0d062c.txt`.
The assertion of `assertThat(dir).isDirectoryContaining…
-
It would be convenient to utilize glob patterns when specifying `path` for `[[tool.fixit.overrides]]`. For example, I might want to disable a rule for all of my tests:
```toml
[[tool.fixit.overri…
-
Using the command line workflow, I ran into this error when I wanted to threshold template matching results:
`Unhandled exception. System.Exception: Please provide a suffix with an exact match for 2…
-
Hello!
Thank you so much for this script! It has helped me create a bunch of GTA 5 content in VRChat!
I noticed that when using this script in Python 3.11 or 3.12, I get an error from the glob2 …
-
### What happened?
Attached a reproducible example of the issue
Using Tuist 4.33.0, we are facing Tuist rtying to resolve and handle unrelated Swift Packages (i.e. Package.swift) files that are in…