BugFest
BugFest
fix: store image checksums outside .c4builder config file. This way .c4builder config can remain immutable and can be easely tracked in version control systems Fixes #68
fix: c4builder should allow absolute build paths (e.g, to allow temp folder/volumes)
fix: systems not able to resolve PdfCss path automatically
Implements #1692 feature request OpenAPI spec changes to accommodate metadata face import configs. New settings to enable the feature (disabled by default). # Proposed solution - Metadata existing parser extension...
This PR potentially fixes: - Issue #55 (accommodating resources to allow ingress controller) - Issue #41 (make http2 optional - might solve some ingress backend issues) Adds nodeSelector Options Bump...
Evaluate migrate to Operator-SDK if feasible, register in OperatorHub.io
Implement golangci-lint [config](https://github.com/lexfrei/tools/blob/master/.golangci.yaml) [action](https://github.com/lexfrei/tools/blob/master/.github/workflows/lint-go.yaml) _Originally posted by @lexfrei in https://github.com/bugfest/tor-controller/issues/45#issuecomment-1501125728_
Implements #25
A [devcontainer](https://containers.dev) definition can help developers to bootstrap their dev environments. I think `varnish-rs` is a perfect fit for this as it depends on specific software versions (`python >= 3`,...
This PR implements a way to enable plugins in browser for self-hosted LogSeq deployments. It loads the plugins from the local repo. This feature is enabled at build time through...