-
Using `/**/*.lua` in a glob pattern does not cause it to recurse as I'd expect. Instead, I have to do this to hit all my files:
```spaces-to-tabs -s 4 module/**.lua module/**/**.lua module/**/**/**…
-
We'd like to be able to use the editorconfig module in the C/C++ Extension for VS Code. However, it's inclusion currently results in the following issue for some of our users: https://github.com/micr…
-
Hi!!..I'm using redis for a small app,,,now but I need a db which can be embedded...I'm using a lot glob-style patterns like:
h?llo matches hello, hallo and hxllo
h*llo matches hllo and heeeello
h[ae…
-
**Describe the user story**
I'm a Yarn user and want to use glob patterns in my scripts. For example:
```json
{
"scripts": {
"grep": "grep -F \"$1\" packages/*/sources"
}
}
```
…
-
Most of the data in the data folder are only used for testing and not useful for any examples. However, they add up a considerable amount of space (MBs) relative to the pvlib package itself. For appli…
-
When dealing with external libraries that are precompiled into amd modules or something similar, it would be useful to whitelist the entire library e.g. "ember/*_/_"
-
### setuptools version
setuptools==74.1.2
### Python version
Python 3.13
### OS
any
### Additional environment information
_No response_
### Description
If any of the the glob patterns specif…
-
## Background
Consider a case where there are many pods running with main container and some sidecar container (e.g. db-proxy) inside a Kubernetes cluster.
Contrast Kuberentes operator `AgentInjec…
-
## Description
Only `*` and `**` work when used in a path trigger. It would be nice to use curly braces too.
[Curly brace patterns are supported by `doublestar` ](https://github.com/bmatcuk/dou…
-
### Description
It is ocasionaly true that the filename of a data file is fairly critical information
Illustratively
```
Users/
Alice.csv
Bob.csv
Charlie.csv
```
When using …