hpe-ykoehler
hpe-ykoehler
Somehow that propose solution is not trivial, isn't there a way to get a commit from an existing branch and use that as the commit parameter to create_branch? new_branch =...
I was able to create a branch this way: commit = repoObj.revparse_single('HEAD') new_branch = repoObj.create_branch(new_branch, commit) Somehow there should be a default value to "create_branch" which is to take the...
The issue is that the error msg is not helping find the problem and that the fact that semantic-release wants certain patterns doesn't make sense when using a config file,...
When I use the devcontainer exec of today to run "bash" I cannot type anything, the output shows the prompt and the container is not accepting inputs. That is normally...
Even more confusing is the devcontainer build [path] which still require --workspace-folder, seems like a bug, either path or workspace-folder but not both please.
> Having to type `--workspace-folder .` all the time is crazy annoying. Please default to $PWD. And add support to specify using an ENV variable as well, DEVCONTAINER_WORKSPACE_FOLDER or whatever.
@MunsMan no, but convention is that config option can be controlled by cli argument, env or config file in that order of priority. Agree env may appears less useful, but...
Can it be that "git clone" command support parallel job where as libgit2 may not use parallel jobs? On big repo I am seeing why more than 1 mins delay,...
Kind of curious, how can you release something without a commit? isn't your materials part of the project need to display version information? How can you change from a prerelease...