-
- Rollup Version: ^1.32.0
- Operating System (or Browser): MacOS
- Node Version (if applicable): 12.16.1
- Link to reproduction (IMPORTANT, read below): https://github.com/patarapolw/minimal-ro…
-
**Problem Description**
We are running **go-carbon 0.15.6** as a backend for **go-carbonapi 0.14.0** and as the number of metrics has kept increasing (~1.6TB of *.wsp files), performance kept degra…
-
… and that is confusing.
I had a `BUILD` file:
```
files(
sources=[…, ".cargo/config", …],
)
```
which resulted in the error:
```
native_engine.IntrinsicError: Unmatched glob from s…
-
The tool does not seem to ignore heapsnaphot files. Extract from .gitignore:
`*.seed`
`*.log`
`*.csv`
`*.dat`
`*.out`
`*.pid`
`*.gz`
`*.heapsnapshot`
-
**Problem**
Let's say I have a site with a directory structure like this.
```
blog/
index.ejs
post-1/
index.md
post-2/
index.md
(etc)
```
The blog's `index.ejs` fetches a li…
-
On [test / linux (ubuntu-jammy, minimal)](https://github.com/sagemath/sage/actions/runs/7852863047/job/21431835442?pr=37277#logs)
```
sage -t --random-seed=16825356534323926666935235918487534724 src…
-
prettier does not prune directories from the tree when they are ignored by `.prettierignore`. This seems to mean that there is no way to avoid errors from directories which are not readable by the us…
-
**Describe the bug**
Quoting stale issue https://github.com/htmlhint/HTMLHint/issues/222
> While there is an option called --ignore it does not seem to have the desired effect. No matter which path…
-
# Language
Typescript | JavaScript | CSS
# Sample input source code
```
// sample file structure
src/
├── app/
│ ├── app.css
│ ├── app.html
│ └── app.js
└── package.json
// …
-
rubocop-sorbet [ships with this config for rbi files](https://github.com/Shopify/rubocop-sorbet/blob/main/config/rbi.yml) and I'm unsure what to do about it.
We can't just merge it into the config…