-
### Steps To Reproduce
```py
sage -t --warn-long 5.0 --random-seed=253765283679809954490123971186451640485 src/sage/rings/function_field/drinfeld_modules/morphism.py
```
### Expected Behavior
A…
-
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, …
-
### 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 …
-
im using it to push out assets that are typically names `blah-(semver).tar`. want to specify blah-*.tar to pick up configuration. current workaround is to use a separate task to rename tar to a stable…
-
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…
-
Loving this project!!
It would be really neat if it was possible to provide a folder or glob to the input array.
Context: I'm working on some library code that don't have an entry file, and list…
-
I have project which use bootstrap. After install all necessary packages I wanted to migrate bootstrap scss files.
Example from my package.json:
`"postinstall": "npm run migrate-bootstrap-sass",…
-
Right now teenytest only accepts one glob of tests, it should be able to take an array of them (whitespace separated on the CLI, an array in package.json & api config).
-
Currently, any globs specified in a plugin traverse into directories that are excluded by `.gitignore` files. This can lead to massive slowdowns, especially when deeply nested build folders are concer…
-
```
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, …