Aymeric Beaumet
Aymeric Beaumet
Pour information : le fork supportant le Markdown n'est plus disponible.
I no longer host the fork providing the Read Later feature.
We faced the same error. It was but due to exhaustion of resources (OOM) when launching the Docker image in a Nomad cluster.
@mkalus I've written a blog post explaining how to mitigate the issue: https://aymericbeaumet.com/prevent-chromedp-chromium-zombie-processes-from-stacking. _TLDR_ ``` func main() { ctx, cancel := chromedp.NewContext(context.Background()) defer func() { cancel() // Prevent Chromium processes...
This helped us find all the resources attached to a specific Helm release ([source](https://stackoverflow.com/a/65774255/1071486)): ``` kubectl get all --all-namespaces -l='app.kubernetes.io/managed-by=Helm,app.kubernetes.io/instance=release-name' ```
We are also interested into having worktree support added to go-git. I'd be happy to contribute. I'm not aware of the codebase but this seems non-trivial, any guidance on this...
I'm pretty sure the files are properly encrypted as Blackbox might fail the first time it is being invoked, but succeed the second time (without any change to the files)....
I've been trying to find a consistent repro (on Linux/macOS), but did not succeed yet. Was hoping to find someone having the same problem when opening this issue. Maybe it...
I cannot reproduce the bug locally on OSX, but I found a way on CircleCI (with the aforementioned base image). ## First attempt _Hypothesis_: corrupted gpg-agent / missing env var...
We are still facing this issue, and have been staying with the _temporary fix_ ever since 🙄