-
Dear Clarisma,
Would you consider publishing gol-tool to Maven Central? This would help me simplify my build. I would then convert to .gol files from within the application.
Thanks for your cons…
-
To recreate:
1. add a directory with a bunch of files - in my test case it was around 1500 files, largely c++ source.
2. click on, or refresh, the repo in the GT Git Tool.
3. wait for the inspector
-
Hi,
I have a mono repo "mono-repo" which contains 2 subfolders "cli" and "sdk".
Both are intrinsically linked (the cli uses the sdk) and therefore I decided to have a common version number (hence …
-
**Describe the bug**
The .gitleaksignore is usually part of the folder to scan, so this is part of external input to the tool.
It is possible to put a symlink to `/dev/random` into git, this will ma…
-
uv 0.4.20 -- we've run into the following scenario with some internal packages:
- `pyproject.toml` has a `[tool.uv.sources]` section that defines a git source for a package. Let's call it `moo`. It…
-
```mlir
$ cat bar.mlir
hw.module @A(out out_1: i12, out out_2: i12) {
%0 = hw.constant 2: i12
hw.output %0, %0 : i12, i12
}
hw.module @B(out out_1 : i12, out out_2: i12) {
%0 = hw.const…
-
[PEP 621](https://peps.python.org/pep-0621/) allows for dynamic metadata in `pyproject.toml`. Tools like [`setuptools-scm`](https://pypi.org/project/setuptools-scm/) make use of this feature by comput…
-
Thanks for the package.
May I know what is the issue for the error
`ValueError: level must be >= 0`
The code to produce the above error are
```
from import_profiler import profile_import
…
-
| Required Info | |
|---------------------------------|------------------------------------------- |
| Camera M…
-
It would be lovely if this library bundled `git-clang-format`, similar to Angular's `clang-format` library. This would be especially helpful for the use case of the clang formatter in Node.js (if this…