Lars Kappert

Results 342 comments of Lars Kappert

This tool seems to be a generic package manager, not directly related to (managing) dotfiles, right?

So, it looks eventually the issue was that `brew` could not be found in `PATH`. The [cleanup task in the CI workflow](https://github.com/webpro/dotfiles/blob/89a2e3cbc7a0de7f46b80df8db823d8ae72dfc79/.github/workflows/ci.yml#L16-L23) does not exactly get into this sparkling fresh...

Hi & thanks Jordan! Just pushed eec8d4085f35da20b02c9a3c15701c8c216a2522, hopefully this helps. I noticed my previous "fix" also introduced bugs, as some paths were incorrectly removed (as they did not execute a...

If there's a reproducible test case, I could look into it. And "server is not starting" is not very descriptive, what exactly is the issue?

The only thing that worked for me was to explicitly add `@mdx-js/react` to the dependencies, but stay on v1 and `override` its dependency on React (to be installed without `--legacy-peer-deps`):...

Thanks for this explanation, @b12k! Interesting. So if I understand correctly, it would execute something like this in every package dir: ``` release-it --git.changelog="git log -- packages/library-a" --no-git.tag ``` -...

Thanks @nartc! When I look at your configuration, I would expect this to do the same: ```json { "plugins": { "@release-it/conventional-changelog": {}, "@release-it/bumper": { "in": "version.json", "out": ["version.json", "dist/**/package.json"] }...

Hey guys, wanted to share this, as I think it might fit with your workflows: https://github.com/webpro/release-it-monorepo It has [wireit](https://github.com/google/wireit) as an additional dependency and simply runs the release-it process for...

> What I'm not clear is, what role does `git.changelog` play in all this? is that command only used for the gitlab/github release notes? - The output of `git.changelog` is...

Looks like a dry run? That doesn't write or push anything.