-
### Prerequisites
- [x] I have carried out troubleshooting steps and I believe I have found a bug.
- [x] I have searched for similar bugs in both open and closed issues and cannot find a duplicate.
…
-
The instructions for VSCode devcontainers (https://pixi.sh/dev/ide_integration/devcontainer/) don't work for global tools, since `~/.pixi/bin` isn't added to the path.
I don't think it's relevant to …
-
For example, acquisition and usage of https://www.nuget.org/packages/dotnet-format/ is quite simple:
```
dotnet tool install --global dotnet-format
```
```
dotnet-format --files MyModel.cs
`…
-
When installing a tool using `rye tools install`, the path to the tool should be automatically appended to the environment PATH ($PATH or %PATH%), so it is accessible globally with no further configur…
-
When I want to use enhancer to convert my self-generated test cases into the single output format, I found the following code in 1-3-transform.py:
```
ctag_command = "/home/user42/llvm-project-llvmo…
-
Move external dependencies (environment vars, essentially) into a separate global.d.ts file, remove corresponding lines from package.ts
An example of such file is
```typescript
import * as grokNa…
-
I followed the instructions in https://scc24-benchmarking.readthedocs.io/en/latest/benchmarks/mlperf.html for the SCC24 competition. Everything before the "Submission Commands" section ran, and I have…
-
Would be nice to be able to install this with `npm -g` and use a command to initialize a new project, like [express does it](https://github.com/visionmedia/express/blob/master/bin/express).
-
I am running the single-inheritance-1.cpp.bc test case found here: https://github.com/SVF-tools/Test-Suite/blob/master/test_cases_bc/basic_cpp_tests/single-inheritance-1.cpp.bc
```
int global_obj;…
-
I tried to build Pytorch using latest commit in Tool-Solutions/docker/pytorch-aarch64 and found the following error:
Command used
```Tool-Solutions/docker/pytorch-aarch64/build.sh ```
Error
`…