-
It would be great if I could have a single execution that could process many files at once. Probably aiming at a directory path and discovering all compatible files (based on file suffix; probably `ap…
-
### Feature Description
It would be great if we can use regex to specify branch name patterns for branch protection. It is a more powerful syntax than glob, for example, when using variable length pa…
-
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 …
-
**Describe the bug**
The exclamation mark in the glob pattern is used to exclude some path names from being validated, however it is not working as expected. The **projects._index** folder in my re…
-
Note sure if it could be interesting but:
When registering a table:
```
addr: 0.0.0.0:8084
tables:
- name: "example"
uri: "/data/"
option:
format: "parquet"
use_mem…
-
I'm trying to figure out how to use glob pattern in this case.
I have 3 services: a, b and c.
Now I want to seperate a and b into one image and c in the other.
So in docker compose file I think i s…
-
### Proposal
`rule_files` should support `*` and all other glob characters supported by Go's `path/filepath` in the whole file path. Currently, you can only use `*` in the filename, but not in the pa…
-
First off, thanks for this action, really appreciate it. I've been experimenting with it to create two depositions from the same repo, in order to split data and code into two different digital object…
huard updated
3 weeks ago
-
BPO | [40363](https://bugs.python.org/issue40363)
--- | :---
Nosy | @ericvsmith, @remilapeyre, @geophile
*Note: these values reflect the state of the issue at the time it was migrated and might not r…
-
For example:
```
"yaml.schemas": {
"/Users/me/one-schema.json": "more/specific/path/config*.yaml",
"/Users/me/two-schema.json": "config*.yaml",
```
Which schema will be a…