Qingyu Sui

Results 7 comments of Qingyu Sui

I didn't see this window, but my WeChat also exited after scanned the QR code. Command: ``` alias wechat="docker run --name DoChat --rm -i -v \"$HOME/DoChat/WeChat Files/\":\"/home/user/WeChat Files/\" -v \"$HOME/DoChat/Applcation...

> Try this. [Obsidian-editing-toolbar](https://github.com/cumany/obsidian-editing-toolbar) 😄 Perfect replacement for cMenu! Thanks for the suggestion :D

I need Windows environment to reproduce the test failure on Windows platform. I will fix it tomorrow.

In this PR, I did: - Move `assertTarFileContent()` function to helper.py which was in tar_write_test.py, because it could be used in both tar_write_test and my new unit test. - Add...

I have removed the test for `normalize_path`. However, it seems when the test was running in Windows environment, all files under `testdata` were copied to `runfiles.Create().Rlocation("rules_pkg/tests/testdata/")` although I just declared...

@aiuto Unfortunately we could never reproduce the issue with `pkg_files`-like targets. It's because, in build_tar.py, there is a `file_attributes()` function which always generates a non-empty `mode`. See [this link](https://github.com/bazelbuild/rules_pkg/blob/23a3cb4117c7047d31fe4105a5c818131c8efb7b/pkg/private/tar/build_tar.py#L426-L428). In...

@LeCheenaX Great job! I had planned to create a new Vault and reproduce this issue, but I haven't had the time yet. I agree that there should be a final...