桃子

Results 7 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,...

测试代码: ```go package main import ( "fmt" "time" "github.com/phuslu/lru" ) func main() { cache := lru.NewTTLCache[int, int](1024) for i := 0; i < 1000; i++ { cache.Set(i, i, time.Hour) }...

…allow Tasks to be Accomplished later (by updating markdown source and re-rendering). This is for someone who may want to use Goldmark as a better TODO list implementation. ## Reference...