Coiby
Coiby
#### For bugs - Rule Id (if any, e.g. SC1000): SC2154, SC2034 and SC2209 - My shellcheck version (`shellcheck --version` or "online"): ``` shellcheck --version ShellCheck - shell script analysis...
### Steps to reproduce 1. start gvim as GUI application (gtk-launch /usr/share/applications/gvim.desktop) 2. Enable autoshelldir i.e. `:set autoshelldir` which will automatically set terminal buffer's working directory to shell's pwd based...
Running the touch example given in [Execute the actual command within a mock function](https://github.com/shellspec/shellspec#execute-the-actual-command-within-a-mock-function), ```sh Describe "Support commands example" touch() { @touch "$@" # @touch executes actual touch command echo...
kexec-tools heavily depends on dracut. However, the change of dracut occasionally breaks. For example, recently it's found that - commit 5840c466dcfe1c4322142980cac6606870bd586f ("95nfs: /var/lib/nfs/statd/sm is /var/lib/nfs/sm on SUSE") caused the failure...
#### General informations - system/distribution (with version): Linux r 5.4.22-1-MANJARO #1 SMP PREEMPT Mon Feb 24 09:01:11 UTC 2020 x86_64 GNU/Linux - offlineimap version (`offlineimap -V`): offlineimap v7.3.2, imaplib2 v2.101...
Hi, I've noticed there are some problems with Wordnet, I've give two examples. | Word | Context | Definition by Wordnet | Correct sense (Longman) | | --- | ---...
```c #define TX_DESC_PER_IOCB 8 #define TX_DESC_PER_OAL ((MAX_SKB_FRAGS - TX_DESC_PER_IOCB) + 2) ``` is parsed as follows, ```yaml translation_unit [0, 0] - [3, 0] preproc_def [0, 0] - [2, 0] name:...
The built package doesn't contain the source code. Thus gdb would complain as follows, > (gdb) n > 8056 kernel/qwidget.cpp: No such file or directory. I noticed if I use...
提示信息如下: npm http GET https://registry.npmjs.org/douban.fm npm ERR! Error: failed to fetch from registry: douban.fm npm ERR! at /usr/share/npm/lib/utils/npm-registry-client/get.js:139:12 npm ERR! at cb (/usr/share/npm/lib/utils/npm-registry-client/request.js:31:9) npm ERR! at Request._callback (/usr/share/npm/lib/utils/npm-registry-client/request.js:136:18) npm ERR!...