gene . .
gene . .
Hey, I've been experimenting with workarounds to mimic pnpm's YAML formatting patterns. Here's the approach I've found using the `yaml` library: ## Formatting Potential workaround we could work with Doesn't...
> I have a question about the yaml parsing : would I make sense if all the yaml manipulation (read/parse/write) were not in JS but using bindings with a compiled...
FYI clicking this produces 2 tabs Result of the click, I don't think this is intended to work like that
I totally get the idea. I was talking that going to this mode with presumably empty localstorage & no tabs - creates 2 tabs for parser output (displaying the exact...
UPD: This might be a smaller repro (test from branch fails as well.. sadly) ```js import fs from 'node:fs'; import path from 'node:path'; import { tmpdir } from 'node:os'; import...
## fast-glob fast‑glob’s rule is straightforward and, once you get it, comforting in its consistency: - At each directory, compute the directory’s level (number of path segments relative to the...
Seems picocolors posts extra ansi escape sequences. Investigating. UPD: `chalk` disables colors in CI by default and `picocolors` doesn't. I'll add `NO_COLOR` to `vitest.config`
Alright, the problem should be fixed. Could you please re-run the jobs? It failed due to flaky e2e tests unrelated to this change (had the same-ish behavior in #1068).
I duplicated the branch to create a PR in my own fork to check the CI logs first before providing feedback. The CI log shows the issue - clifty is...
This is the workflow run from my fork (content doesn't differ from this branch, I just removed `NO_COLOR` from vitest config): https://github.com/outslept/sentry-wizard/actions/runs/17007457214/job/48219026060?pr=1 Open logs and look for (cloudflare) : ```...