regnaio
regnaio
> -- **Update** > > I think I figure out the problem. The root cause is the initial retention settings are always in /etc/influxdb2 which is mounted to a folder...
@fisker Any chance this can be considered? I'm looking to remove all `.___ignore` files For example, I can remove ESLint's `.eslintignore` and ignore files using `ignorePatterns: [...]` in `.eslintrc.js`. I'm...
Chaika in the Cloudflare Discord channel suggested using regex's "^", e.g. "^/aaa" to only match if path begins with "/aaa" This works great, though I worry that others may encounter...
> I was able to fix this without setting an exact container height by defining an [aspect-ratio](https://developer.mozilla.org/en-US/docs/Web/CSS/aspect-ratio) instead. The [default aspect ratio](https://www.chartjs.org/docs/latest/api/interfaces/Defaults.html#aspectratio) for Chart.js is 2, so doing this restores...
@alexpaxton @121watts @carols10cents @otoolep @e-dard @jwilder @domodwyer @crepererum @alamb @jvshahid
I saw this error on `v3.12.1`. After upgrading to `v3.14.1`, the error disappeared EDIT: Nevermind
Sure! ```shell node -v v18.17.1 ``` ```shell npm -v 10.1.0 ``` ```shell ncu --verbose ╭─────────────────────────────────────────────────────────────────────────╮ │ │ │ Update available 16.13.3 → 16.14.2 │ │ Run npm i -g npm-check-updates...
```shell npx pacote packument @/ Need to install the following packages: [email protected] Ok to proceed? (y) y http fetch GET 404 https://registry.npmjs.org/@%2f 179ms (cache skip) http fetch GET 404 https://registry.npmjs.org/@%2f...
```shell npx pacote --registry=https://gitlab.com/api/v4/projects/${GITLAB_PROJECT_ID}/packages/npm/ packument @/ Need to install the following packages: [email protected] Ok to proceed? (y) y http fetch GET 404 https://gitlab.com/api/v4/projects/${GITLAB_PROJECT_ID}/packages/npm/@%2f 279ms (cache skip) http fetch GET 404...