Chih-Hsuan Yen
Chih-Hsuan Yen
Fixes https://github.com/jonas/tig/issues/1215
**Describe the bug** Several tests fail with `botocore.exceptions.ConnectTimeoutError: Connect timeout on endpoint URL: "http://169.254.169.254/latest/api/token"` if I don't provide AWS credentials. Specifically, with environment variable `AWS_CONFIG_FILE=/dev/null` some tests fail, and `AWS_CONFIG_FILE=/my/aws/config`...
Closes https://github.com/chewing/libchewing/issues/334
The last release [0.5.1](https://github.com/chewing/libchewing/releases) is more than 3 years ago, and there are quite a few fixes and improvements since then. For example, the fix for https://github.com/chewing/libchewing/issues/232 prevents more incorrect...
In https://github.com/chewing/libchewing/commit/5466d3302d8d2daf0da69a1b87f5230e663dd605 the size of `struct ChewingConfigData` is increased as a new field `bAutoLearn` is added. This is a preparation step for the next release (#307)
repo-add writes both %MD5SUM% and %SHA256SUM%. As a result ```repose -l foo``` fails: ``` $ repose -l lxqt repose: failed to parse desc for compton-conf-git-0.3.0.3.g34a7cb6-1/desc ``` Here's a dump of...
## Expected Behavior No errors printed in the console ## Current Behavior Several error messages like this are shown: ``` Maximum depth of replacement has been reached. Entry uuid: ```...
Currently, `fusermount` is hard-coded in some places [1][2]. Could you consider support `fusermount3` from libfuse3 [3] as well? I tried fusermount3 with [restic](https://github.com/restic/restic) and it works: ``` $ mkdir foo...
### Checklist - [X] I have verified this is the correct repository for opening this issue. - [X] I have verified no other issues exist related to my problem. -...
## NOTE If this case is urgent, please subscribe to [Subnet](https://min.io/pricing) so that our 24/7 support team may help you faster. ## Expected Behavior minio-go reads `credential_process` from `~/.aws/config`, like...