Jeff Kowalczyk
Jeff Kowalczyk
Building the repository as of 5e802b822222dabc729c7093043b74c028051519, dependency `winit v0.24.0` requires `Cargo.toml` configuration to select a feature to build for unix: `x11`, `wayland`. I've tried adding that configuration to `Cargo.toml` without...
To improve options for packagers, please consider adding a default system-wide location e.g. `/usr/share/octosql/plugins` as the first path searched for installed plugins. The user's `~/.octosql/plugins/core/` would be searched next and...
s3git mentions the potential for creating very large repositories. Is it possible to clone only a part (subtree or even specific files) of those large repositories, and create new commits...
**Describe the bug** With `kwatch` `v0.6.1` built using `go1.18.4`, running `kwatch` with no `config.yaml` in present directory, the `kwatch` application panics after issuing `WARN` about the missing config file: ```...
# Bug # When building coreos-3.0.1, rpmlint reports call to `setgroups` before `setuid`. This appears to be in crate `users-0.7.0`, a dependency of direct dependency crate `update-ssh-keys-0.3.0`. Some changes in...
Sometime in the past few months my previously working configuration to load the zenburn color theme via el-get fails. When the el-get method fails, I must load the zenburn theme...
*Project* MSIX SDK **Describe the bug** I receive email notifications for MSIX Core preview releases with differing changelog information, yet all release notices refer to identical git tag info: `microsoft/msix-packaging`...
switch_user_group(): rpmlint reports call to `setgroups` before `setuid`: Building `coreos-metadata-3.0.1`, Crate `users` is pulled in via dependency crate `update-ssh-keys-0.3.0`. rpmlint reports the warning: ``` RPMLINT report: =============== coreos-metadata.x86_64: W: missing-call-to-setgroups-before-setuid...
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 strings.Repeat() to panic....
The quit command is not implemented although it is documented. cmd/uchess does handle Ctrl-C to exit currently. Add a pkg/cmd ProcessCmd() case handler for the command "quit". Add a private...