Jacob Repp

Results 10 issues of Jacob Repp

When dividing by 0 a NaN is introduced to the lineparm, this is eventually introduced to the quads and causes failures later in detection such as quad building. I tested...

When running multiple iterations we want to focus the profiling time on the core algorithm. This change separates image loading from detection. Each iteration is the array of loaded images....

I'd like to share a small project I did recently to add automated testing and code coverage to an old GitHub project. In this case the author had archived their...

These changes include a fix to a deprecated windows API and converts the build process over to use CMake. With CMake you have a simple build definition file ~10 lines...

When the ESP MQTT client calls into user code it's possible to encounter deadlocks related to user locking or scheduling problems. The task watchdog timer is a failsafe that helps...

## Summary Establishes comprehensive automated development workflows, end-to-end testing infrastructure, and local containerized testing environment. Modernizes the stack to the latest stable versions (Go 1.25, Ember 6.7, TypeScript 5.9, PostgreSQL...

Various MCP validation checks failed, preventing usage in Claude Code MCP. This is a small set of fixes to address those issues. More validation changes could be made, but this...

Updates the build system to support Java 25 and Gradle 9.x with full toolchain support for cross-JDK testing. **Changes:** - Update Gradle wrapper to 9.2.1 for Java 25 class file...

Updates the build system to support Java 25 and Gradle 9.x. **Changes:** - Update Gradle wrapper to 9.1.0 for Java 25 class file version (69) support - Update asciidoctor plugin...

## Summary Enables building TinkerPop with Java 25 by updating Groovy and fixing annotation processor configuration. ## Changes ### Build Configuration 1. **`pom.xml`**: Updated `groovy.version` to `4.0.30-SNAPSHOT` (includes ASM 9.9...