-
Hey, I'm using the latest version of `docker-slim` and noticed that it would be nice if we could specify globs with `--include-path`. Is this possible?
I'd like to be able to handle updates to `/us…
-
It seems that using a globbing pattern such as `**/**/*.js` will cause the following error when running karma-coverage:
`PhantomJS 1.9.8 (Mac OS X 0.0.0) ERROR
TypeError: 'undefined' is not an objec…
-
A pretty common user error in a project `Foo` is to neither modify `Foo.lean` to import their "interesting" files e.g. `Foo/XYZ.lean` nor to use ``globs := #[.submodules `Foo]`` in their `lean_lib` (w…
-
I like the new Test Coverage Toolbar feature. I use it with Python and Coverage.py run via `pytest` and `pytest-cov` plugin.
Coverage.py enables omitting some files using globs (e.g. co…
-
It would be super handy to be able to target relative paths to exclude from the `deno coverage --exclude=...` command. It's very common for me to be working in projects inside of projects that use the…
-
```
It would be nice to be able to use multiple globs in host specifications.
I.e. foo[1-6]vm[1-10] to fan out to the 60 hosts foo1vm1, foo1vm2, foo1vm3, ...
foo2vm1, foo2vm2, foo2vm3, ... foo6vm8, …
-
```
It would be nice to be able to use multiple globs in host specifications.
I.e. foo[1-6]vm[1-10] to fan out to the 60 hosts foo1vm1, foo1vm2, foo1vm3, ...
foo2vm1, foo2vm2, foo2vm3, ... foo6vm8, …
-
```
It would be nice to be able to use multiple globs in host specifications.
I.e. foo[1-6]vm[1-10] to fan out to the 60 hosts foo1vm1, foo1vm2, foo1vm3, ...
foo2vm1, foo2vm2, foo2vm3, ... foo6vm8, …
-
### Issue Description
I have a custom MSBuild SDK that builds Zig/C/C++ projects. The 'test suite' consisting of sample projects randomly fails to build on my machine because MSBuild sometimes fails …
-
Here's the current documentation for `sourcemaps.assets`:
> A glob or an array of globs that specifies the build artifacts that should be uploaded to Sentry.
>
> If this option is not specified, …