Atte Huhtakangas
Atte Huhtakangas
Hi! What's the status of this issue?
My tmux also started behaving weird after running latest OS and homebrew upgrades. When switching between tmux panes (and on start) the pane reads `'fig bg:tmux %0' returned 2` with...
Moro moro! 👀 Just to weigh in, I had to change axios version (to the semver-compatible one). [Axios has released v1 now](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md). In order to support the latest version, some...
Just to weigh in in this old ticket and to urge to reopen this: Duplicating dependencies in both `devDependencies` and `peerDependencies` will lead to inconsistencies and user errors. Currently it's...
Seems like a duplicate of my fix https://github.com/intuit/auto/pull/2414
@hipstersmoothie I combined the contents from this PR to my PR if you could have a look 🙏 https://github.com/intuit/auto/pull/2414
Looks like it's passing the CI checks! (other than the two that seem to have some other issues) Anything preventing from releasing this?
Would be great to see this merged! This fixes that we can use ESM in the `auto.config.ts` file with `package.json` set to `"type": "module"`, unless I'm mistaken
You can run `pnpm -r why [package-name]` if you're using workspaces to list from the workspaces
@Piedone you're not using reusable workflows, you're using modular workflows. Reusable workflows is when you use `workflow_call` event in the workflow and one workflow reuses workflows inside of it. Docs...