Feng Yu

Results 93 issues of Feng Yu

My grails project is not in the root directory. So I want to change the grails baseDir. How to do this ?

I uses msys2 rust, which build target is `x86_64-pc-windows-gnu` (output file name is `index.win32-x64-gnu.node`). I hope this toolchain could be supported. Currently only `win32-x64-msvc` supported. ``` ? Choose targets you...

help wanted

First I would say this is a nice script. The only one issue is that would you please set the `.xmind` file use `XMind` open as default ? And how...

##### SUMMARY When `/var/lib/apt/lists/` does not exists, `update_cache=yes` will failed by: ```json { "changed": false, "msg": "Failed to lock apt for exclusive operation" } ``` But when I create the...

python3
module
support:core
bug
affects_2.8
P3
needs_verified
packaging

python-semanticversion has a `select` method to choose the best version, see: https://pypi.org/project/semantic-version/#using-a-specification Maybe we can use this feature to select the best matched version, such as(until now): - `latest` (`*`)...

Here is the result of my `results.sarif` which generated by [slither](https://github.com/crytic/slither): ```json { "$schema": "https://raw.githubusercontent.com/oasis-tcs/sarif-spec/master/Schemata/sarif-schema-2.1.0.json", "version": "2.1.0", "runs": [ { "tool": { "driver": { "name": "Slither", "informationUri": "https://github.com/crytic/slither", "version": "0.9.1",...

Type: Bug

##### Summary I use `import_tasks` in my ansible playbook, it works very well when using ansible-playbook. But it failed with `syntax-check[missing-file]` in ansible-lint ##### Issue Type - Bug Report #####...

Just like `tar -C`, this is used for one line command without `cd`: ```sh $ bestzip -C dist ../dist.zip . ``` Also [cpy-cli](https://www.npmjs.com/package/cpy-cli) provide this option: ```sh Copy all .html...

Here is my test case in my Windows OS: ```sh $ cd dist && bestzip . ../dist.zip $ cd .. && unzip -l dist.zip Archive: dist.zip Length Date Time Name...

Native `zip` behavior is update exists zip file. We should add a option like delete exists before create. Thanks. From `man zip` description: ```txt where archive is a new or...