-
If I change `core.hooksPath` to a folder (`.githooks`) different that `.git/hooks/`, and the post-checkout hook writes a file in `.git`, `git subrepo pull` fails as follows:
````
$ git subrepo pu…
-
This means Vinxi projects cannot properly integrate other languages like [Civet](https://civet.dev/) or plugins that need to run on the original source code like [`babel-plugin-here`](https://www.npmj…
-
Pushes via gitolite itself work.
ruby : 1.9.3
redmine_git_hosting : the master
chiliproject : 3.3.0
postgresql : 9.1.4
gitolite : 3.0.4
$ git remote -v
origin https://admin@project.snowberry.me/rep…
-
I am just at the level of exploring githooks without having it
used fully yet, so maybe this is a bit early to raise an issue,
but here it goes anyway. :)
I noticed after installation of githooks…
-
👋 Hey, There has been some discussion about support for `aarch64-pc-windows-msvc` on wasmtime and cranelift.
As a curiosity I tried to build cg_clif on this target. It fails when building sysroot d…
-
Code formatting is getting messier and inconsistent with the passage of time. It would be a good idea to enforce it via some action. Maybe this one? https://github.com/jidicula/clang-format-action
…
-
Right now it is working for any PR which has target branch "main", But If we create PR which have base branch "main" (Protected branch) it is not working. It fails at the final step of "Push changes".…
-
### Flake8
#### Installation
Run `python -m pip install flake8` to install flake8.
Example: `python3.6 -m pip install flake8`
#### Using Version Control Hooks
From the repo's root run `fl…
-
## Why
Currently, this project checks all the code including tests, format, and etc... on git-hook(husky) and CI(GitHub Actions).
The double check makes development speed much slower.
Using a g…
-
### 🐛 Describe the bug
`pip install` fails because it could not find `torch` even though, it's present in the environment:
```
% pip install git+https://github.com/pytorch/ao.git@d36de1b144b73bf7…