Maximilian Roos

Results 1454 comments of Maximilian Roos

> How do you deal with the problem that each new worktree is a new project from claude code point of view and it asks for confirmations initially? I have...

yes it will ask! a couple options: - approve in the parent path once. this works if worktrees are subpaths of the main project - muscle memory to hit return...

@catherinewu big fan! I actually just open-sourced [Worktrunk](https://github.com/max-sixty/worktrunk/) *yesterday* — a robust implementation of the ideas in my original post. It does - the basic `git worktree` + `cd` ops...

> did you ever figure out why statsig.anthropic.com is needed? generally this is metrics collection, but I'm only going off the `statsig` word...

I've been trying to use `.set_xindex` more, and rely less on `MultiIndex`es. It's overall worked really well! I do think there's a better world just over the horizon... One thing...

One issue I didn't consider above is that some autoformatters & editors attempt to ensure there's exactly one new line at the end of non-empty files (for example [`end-of-file-fixer`](https://pre-commit.com/hooks.html)). Some...

https://github.com/mitsuhiko/insta/pull/506 does the "Finish with a YAML-like `---`" option. We'd need to adjust the assertion code to check for newlines. And would also need a transition period where snapshots with...

> This is something we're thinking about! How would you imagine it working? to keep `claude` relatively simple and avoid a whole new state management system, how about using git...

keen for ideas of how to manage this — I don't have an immediate view on this end...