Jeff Kowalczyk

Results 15 issues of Jeff Kowalczyk

Interactive command `quit` is documented in README. However, there is no case handler for `quit` in `pkg/cmd` `func ProcessCmd()`. The interactive tcell loop in `cmd/uchess` `func Interact()` handles `Ctrl-C`, so...

On pawn promotion e.g. `g8=Q`, function `pkg/util.getCapturedPieces()` calculates an incorrect negative count of the promoted piece e.g. `Q=-1`. Using this negative count as subsequent input will cause standard library function...

Add a feature to `changesgenerate` that can optionally create a top level entry per matching git tag encountered. For control in excluding beta, rc and PR-related tags, the git tag...

It would be useful to expose the API functions to "dynamically generate self-signed certificates and certificate authorities for Go tests" via CLI in a module under cmd/. The use case...

It would be helpful to have a new tagged release, thanks for the recent progress. Release v0.3.0 is affected by [GO-2025-3485](https://pkg.go.dev/vuln/GO-2025-3485). A fix is already on main via 1edbc4ee086b203cd9eeb1a0f4323b6b517f2ea1. Thanks.