Max Schwenk

Results 25 issues of Max Schwenk

Not really an issue but more of a question. What is the difference between the 3 options? Inspector looks very similar to a non-headless browser session that I'm used to...

### What version of Turborepo are you using? 1.2.14 ### What package manager are you using / does the bug impact? pnpm ### What operating system are you using? Linux...

I'm trying to pass ``` transformSync(code, filename, { target: 'node' }) ``` to `@swc-node/core` `1.8.2` and it seems to reject the target ``` unknown variant `node`, expected one of `es3`,...

### Which project is this feature idea for? Turborepo ### Describe the feature you'd like to request After enabling `errors-only` a bunch of folks on our team got confused because...

area: ergonomics
area: logging
owned-by: turborepo

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it In VSCode, my goto definition and goto file when in the terminal...

feature
keybinds

### Check for existing issues - [X] Completed ### Describe the feature VSCode recently opened up support for spawning a separate Typescript Language Server for really large projects so that...

enhancement
triage
admin read
language server

We're seeing quite a lot of DNS lookups to the `dd-agent` and the sum total of them actually adds quite a bit of latency. My question is: 1. Should `dd-trace`...

bug
integration-dns

Same approach as https://github.com/facebook/jest/pull/11749

The number of entries in `require.extensions` can make lookups needlessly slow. Most apps will probably only use the `tsx`/`ts`/`js` extensions, so it doesn't make sense to iterate through a bunch...