Boris Cherny
Boris Cherny
Hi! Are you running `claude` from the same directory that your `.claude` folder is in, or from another directory?
This is shipped! We're working on making settings configurable via `config set`. To unblock you for now, edit your settings.json to set `includeCoAuthoredBy` directly.
Closing for inactivity. Feel free to re-open when you have a chance to respond.
Hi! We use both Opus/Sonnet (depending on your settings) and Haiku. We use the latter for a number of background processes. The main conversation always uses your configured model, and...
Bummer -- feels like it would speed ESLint up a bunch, since Prettier is dominating the perf timings.
Fix landed, going out with the next version
We're actively working on improving memory usage. Expect this to feel better in the coming weeks.
This is a bug. `declareExternallyReferenced` should work for all external types, but today it only works for `interface` types.
This improvement still won't allow recursively enforcing type constraints on JSX children, right? The use case I'm thinking of is React's new [Context API](https://reactjs.org/docs/context.html). ```jsx // good render() { let...
Another example here: https://github.com/bcherny/json-schema-to-typescript/blob/31993def993b610ba238d3024260129e31ddc371/test/__fixtures__/https---schema.management.azure.com-schemas-2017-08-01-preview-Microsoft.Security.json#L1412