Bogay

Results 8 issues of Bogay

Fix #764

feature
c: core
status: postponed

## Description The `cz init` command may fail unexpectedly under some condition. In this case, the error may be caused by my command output is not encoding by UTF-8. I...

bug
help wanted
good first issue
windows

## Description This PR make `cz` report errors if user want to install pre-commit hook and failed, which fixs #428. ## Checklist - [x] Add test cases to all the...

in progress

### Description Run `cz` commands, e.g. `cz init`, `cz version` will fail if there is already a config file with default name but in wrong format. Although this might not...

bug
good first issue

### Description Run `cz init` failed if there is already a config with identical filename (json format). ### Steps to reproduce ```shell mkdir /tmp/cz-init cd /tmp/cz-init echo '{"foo": {}}' >...

bug
good first issue

Copied from discord: Found outdated links in the error message. Perhaps the version string could be extracted from Cargo.toml at compile time to make it more consistent? ``` fn generate_error_with_docs(span:...

bug

I encountered an error message while working within my python:alpine container: ``` Traceback (most recent call last): File "//example.py", line 2, in import rtoml File "/usr/local/lib/python3.11/site-packages/rtoml/__init__.py", line 5, in from...

**Is your feature request related to a problem? Please describe.** --- In our organization, we host a private MinIO instance for security reason. This instance is not publicly accessible. When...

enhancement