Plup
Plup
I tested this PR with the following process: Initiate a repo with git-crypt: ``` $ mkdir /tmp/test1 $ cd !$ $ git init Initialized empty Git repository in /tmp/test1/.git/ $...
I confirm this issue (and solution) on cygwin. Overriding default CFlags works: ``` CXXFLAGS=" -Wall -pedantic -Wno-long-long -O2 -U__STRICT_ANSI__" make ```
Yes, I'm also looking for this part of documentation. I can't find any option to switch account before composing a new email. Does somebody know the keybinding for that ?
I get the same error: ``` [3:24:53 PM] [semantic-release] › ℹ Start step "publish" of plugin "@semantic-release/gitlab" [3:24:53 PM] [semantic-release] › ✖ Failed step "publish" of plugin "@semantic-release/gitlab" [3:24:53 PM]...
An update to the last major version of all components (`semantic-release@18`, `@semantic-release/gitlab@7`) solved the problem for us.
I have the same problem with Freecad 1.0. Can't access the `.local` folder either enter the path manually.
Looking [at the code](https://github.com/kubernetes-client/python/blob/master/kubernetes/base/stream/ws_client.py#L176), it's very possible that it's a platform dependent issue.
Adding to the issue, I tried the same code with client/server matching versions and got the some results. ``` $ pip list | grep kubernetes kubernetes 29.0.0 $ kubectl version...
Running some more tests, I observed that the pod_exec command returns a status=0 most of the time, even when the pod doesn't exist.