Thomas Vaillant
Thomas Vaillant
A boilerplate + helper CLI to create Docker Swarm development environments and production deployments with Ansible, Vagrant and Terraform.
Log4brains is a docs-as-code knowledge base that enables you to write and manage Architecture Decision Records (ADR) right from your IDE, and to publish them automatically as a static website....
# Bug Report ## Description For any call to the CLI, there is a constant startup time of ~3 sec, whatever the command is. Even a very simple one like...
Following the incident caused by a breaking change released in a dependency which does not follow semver: https://github.com/thomvaill/log4brains/issues/74 And because of these reasons: https://gajus.medium.com/stop-using-package-lock-json-or-yarn-lock-909035e94328 I think we should not use...
to prepare for the new release strategy of the stable versions
# Feature Request ## Feature Suggestion Log4brains should be able to serve local images that are displayed in the markdown files. ## Possible Implementation Have a look at [next/image](https://nextjs.org/docs/api-reference/next/image)
# Feature Request ## Feature Suggestion For now, the default directory for ADRs is `docs/adr`, because it was commonly documented like this: - https://adr.github.io/madr/ - https://github.com/joelparkerhenderson/architecture_decision_record But @joelparkerhenderson recently gave...
# Feature Request ## Feature Suggestion This is working: ```markdown - Status: superseded by [20201016-use-the-adr-slug-as-its-unique-id](20201016-use-the-adr-slug-as-its-unique-id.md) ``` This is not working: ```markdown - Status: superseded by [custom name](20201016-use-the-adr-slug-as-its-unique-id.md) ``` -> Let's...
I am waiting for user feedback before going further.
# Bug Report ## Description After upgrading log4brains to a newer version, the ESM cache is not cleared. As a result, the old code is still executing. Issue encountered for...