Alexander Farber

Results 44 comments of Alexander Farber

There's a StartupProfiler class in packages/core/src/telemetry/startupProfiler.ts that tracks startup phases. It collects `os_platform`, `os_release`, and `is_docker` info but doesn't specifically detect WSL. The detection for Docker uses `fs.existsSync('/.dockerenv')` - similar...

Node.js v25.2.1 is bleeding edge. Do you experience the same issue with Node.js 20 ?

Hi @galz10 @bdmorgan, I've rebased onto main - could you please approve the workflow runs? Thanks!

My PR does not introduce truncation, it just improves it