-
### Describe the bug
I tried to write a script that shows me all files that don't have 600 as mode. As `ls` doesn't have an `--exclude` flag, i employed `glob`. This is what happens:
```
$ ls -l …
-
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 …
-
Migrated from [rt.perl.org#125173](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=125173) (status was 'open')
Searchable as RT125173$
p5pRT updated
10 months ago
-
hello, I'm simply trying to migrate from `minimatch` to `picomatch` in [Lerna-Lite](https://github.com/lerna-lite/lerna-lite), I didn't write the code myself using these globbing (it came directly fro…
-
My outputs from a build include version numbers and info from the build: "SomePackage_RelWIthDebInfo_1.0.0-rc4.deb"
So I would like to upload it with:
```
assets: *.deb
```
-
### Describe the bug
`glob` seems to mishandle the `--exclude` flag. The following example will always return `empty list` although files are present.
```
$ glob **/* -e [~/.local/share/Trash/] …
-
# 🐛 bug report
## 🎛 Configuration (.babelrc, package.json, cli command)
`package.json` with the following content for a dependency called `foo`:
```json
{
"name": "foo",
"s…
-
Following https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/maintenance-migrating.md and running `systemctl disable --now matrix*` on my server fails with error message:
`…
-
### Describe the bug
With a vite config like this:
```js
export default {
resolve: {
alias: {
'@': path.resolve(__dirname, './src'),
},
},
};
```
And using eager glob …
-
RPC logs are currently printed on the console in forest daemon, however, some of them can be quite noisy, e.g. `F3.*` logs when f3 is enabled. We could use an environment variable to define glob patte…