-
Hello,
I've tried to install canvas@next within npm project using NixOs&Devbox
```
npm error code 1
npm error path /Users/lego/projects-ibm/cognitive-architect/git/Transformation/node_modules/canva…
-
Firstly, the reproducer:
```
$ mkdir uv.toml
$ uv pip install --python ./venv/bin/python setuptools
error: failed to read from file `./uv.toml`
Caused by: Is a directory (os error 21)
```
…
-
Type: Bug
VS code continues to crash. I just updated it and it now crashes and freezes every 5 minutes or so.I cannot get my work done like this, Please fix your bugs.
VS Code version: Code 1.95.1 …
-
**Version info**
- OS: macOS 13.4.1 (22F82)
- Build: 2083
-
**Description**
I wanted to switch a branch, but I get an error with a files list telling me that switching would cause: "error…
-
```
15:28:51 Caused by: hudson.plugins.git.GitException: Command "git init D:\jenkins\workspace\Test_openjdk11_hs_sanity.openjdk_x86-32_windows\aqa-tests" returned status code 128:
15:28:51 stdout…
-
## Precommit CI Run information
Logs can be found in the associated Github Actions run: https://github.com/ewlu/gcc-precommit-ci/actions/runs/11691962672
## Patch information
Applied patches: 1 -> 1
A…
-
```
OS: macos, macOS, 12.4, 21F79
Processor: 8 cpus, 64bit, little endian, Apple M1
CC version: Apple clang version 13.1.6 (clang-1316.0.21.2.5)
getwd: /Users/hunam/Documents/dev/go2v
vmo…
-
#19191 # Prerequisites
* [X ] Put an X between the brackets on this line if you have done all of the following:
* Reproduced the problem in Safe Mode:
* Followed all applicable steps in …
-
I think there might be something slightly incorrect about libgit2's handling of status lists for untracked files within subdirectories when scoping specifically to a file by pathspec.
### Reproduct…
-
`git merge --squash`命令的作用是将一个分支的多次提交历史压缩成一次提交合并到当前分支。这样做的好处是可以保持项目历史的整洁,因为它只会在目标分支上创建一个新的提交来表示合并的更改,而不是将所有的提交历史都合并过来。
具体来说,当你执行`git merge --squash feature-branch`时,Git会:
1. 将`feature-branch`分支上的…