JM

Results 38 issues of JM

### System Information OpenCV version: 4.9.0 Operating System: macOS Sonoma 14.1.2 (arm64 M1) Python 3.11.6 ### Detailed description error `modules/calib3d/src/compat_ptsetreg.cpp:125` when trying to apply `cv.detail_BundleAdjusterRay()` on pairwise self-made sequence of...

bug

when running command: ```bash go-junit-report -in gotestout.txt -out test/report.xml ``` got this error: ```console flag provided but not defined: -in Usage of go-junit-report: -go-version string specify the value to use...

version = "7.2.2" The IAM role seems to have policies for SSM access but I can't connect. And then SSH key pairs aren't allowed anymore so I can't debug the...

### What problem are you trying to solve? I have a lot of projects with very similar `devbox.json` files. i'm wondering what ideas people have for keeping them synchronized? my...

feature
triage

### What happened? first of all: love this project, it's like makefile but not in the 1900's. however, i noticed it takes ~4X longer to start devbox shells and run...

bug
triage

**Current Behavior (bug)** I'm getting a ton of Nix errors when trying to add a poetry plugin inside a devbox shell: ```bash justins-MacBook-Pro:trzpyutils justin$ which python justins-MacBook-Pro:trzpyutils justin$ which poetry...

bug
python
darwin

**Current Behavior (bug)** Even with the `--quiet` flag in `devbox run build --quiet`, there is still stdout printing, which is messing up subsequent commands: ```json # devbox.json # ... some...

bug

**Current Behavior (bug)** when you try to color error text red, devbox gets pissy. **Expected Behavior (fix)** let me make text red **Additional context** ```json # devbox.json ... "shell": {...

bug

```toml # ./pyoxidizer.toml [application] name = "sniff" version = "0.3.0" [[binaries]] name = "sniff" path = "sniff/cli/sniff.py" ``` ```console $ pyoxidizer build error: unable to find PyOxidizer config file at...

I'm trying to tell Grafana which datasource to use for an alerting query, but I can't find any documentation for this in the rules YAML syntax. I see in the...