Tom Lienard
Tom Lienard
We're having the same issue with our monorepo at work when upgrading from `1.10.14` to `1.10.16`: ```bash WARNING failed to contact turbod. Continuing in standalone mode: connection to turbo daemon...
I didn't try it because I found out about `turso dev` which simplifies my workflow. Looks like it's tagged as `unknown/unknown` instead of `linux/arm64`:
I think we should just show the value if it's the same, and "Mixed" / an empty one if they are different. Duplicating inputs will make it harder to understand...
Yup that's what I was thinking too. Amazing!
Will take a look later day if I have enough time.
This is so good, thank you! I'll make some improvements this weekend: - The right panel should only show the relevant sections when selecting multiple elements. In this example, we...
Forgot to reply to this, sorry. I'm not 100% convinced about automatically running ` install` after autofixing. What if it fails to install, should Sherif revert the changes?
We could add a `--install` flag that when used along `--fix`, also runs the install command of your package manager.
Now released in https://github.com/QuiiBz/sherif/releases/tag/v1.0.0!
We have a test for this so it should be working as expected: https://github.com/QuiiBz/sherif/blob/1e12eec1407240f996b1b97ec1df115aec169d83/fixtures/ignore-paths/pnpm-workspace.yaml Could you share a minimal reproduction?