桃子

Results 5 issues of 桃子

What the spec says: > A link title consists of either > > - a sequence of zero or more characters between straight double-quote characters ("), including a " character...

`./script.sh` sometimes failed but not stopped at where it failed. Add the `set -e` option at the top of this script can do this.

Hi, I just fixed a bug that the C port of this program cannot run on macOS because macOS doesn't have a `/proc/` counterpart while populating the number of logical...

It seems that `BasePathFile.Name()` method returns wrongly trimmed path: `filepath.Clean` will have the last `/` removed, leaving the `Name()` containing a `/` prefix. Next time the BasePathFile trimming a prefix,...