-
### Bug Description
We cannot use a negated glob pattern (e.g. `'!dir_to_exclude/**'`) in `zone.target`, `zone.from`, and `zone.except`.
### Impact
This prevents us from specifying a target that …
-
in simple case (not contains `.` and `..`, only follow single path element by double star), iterate whole child directories and match these paths with glob pattern
(in naive globstar implementation, …
-
# Blocked by Webpack 5 Upgrade (#89741)
[Migration Docs](https://github.com/storybookjs/storybook/blob/next/MIGRATION.md)
While working on #171258 I ran the migration scripts for `storiesOf` wit…
-
According to https://github.com/oracle/graal/issues/7354#issuecomment-1708924781 and other comments, we need to prepare for future changes in the `resource-config.json` format and apply them to our `R…
-
Astro uses fast-glob for two things:
- Globbing files
- Converting paths to glob patterns
For the former, we could switch to a leaner/faster alternative
Example fast-glob usage:
https://g…
-
The following source file will cause the parser to hang before emitting java.lang.ArrayIndexOutOfBoundsException
```scala
//> using /*
class Foo
```
errors with
```scala
Error: java.lang.…
-
### Describe the bug
The glob command doesn't accept arguments that have been converted with `into glob`
### How to reproduce
```nushell
let pattern = [Desktop *] | path join | into glob
glob $pa…
-
Can't offer too much more info unfortunately, I literally opened my laptop up in the morning and the same command won't run, quite baffling
```
> lint-imports --verbose
=============
Import Lin…
-
Hey! Thanks for your great work on this library.
I encountered very weird training behaviour with wds.
I generated my tar files all in one folder as follows:
```
training_faa0dfb1-9775-4279-8146…
-
I have a rule `/public/**/*.js` in my `.gitignore` file, which means ignore any file ending in `.js` which is in `/public` or any subdirectory of `/public`. Ag is still giving results from such files.…