Thomas Vaillant
Thomas Vaillant
Hi! Is it a fresh install or are you upgrading from an older version of log4brains? If this is the case, can you try: ```bash npm uninstall -g log4brains rm...
Cool! At least we have a workaround. But I still don't know why we have this issue when upgrading... Does someone have an idea?
I agree too. I'll make the change in the next version. Or if someone wants to contribute, PRs are welcome :-)
Hi @busla This is an interesting request. Could you elaborate a bit on the reason for this need and on your context? I would like to understand why the name...
Even if Log4brains is installed globally, it can manage multiple ADR repositories. The `log4brains` command uses your current directory to detect which repository you are working on. So I still...
Same issue when fixing #27. I has to use this workaround to upgrade: ```bash npm uninstall -g log4brains npm install -g log4brains ```
Hi @mieel, I suppose this error is specific to your Windows Docker Desktop environment. I tried to reproduce it but unfortunately, I only have a Virtualbox Windows VM, and Docker...
We should also add this project for CRON jobs: https://github.com/crazy-max/swarm-cronjob
> And the slightly modified fix for the `latest` version (2.4 at this time) of the container: > > ```dockerfile > FROM cachethq/docker:latest > > RUN set -e; \ >...
+1 @npryce I really like your project! But I think its install procedure should be simplified/industrialized/packaged to make it easier to enforce its usage in a team. I am planning...