timestee

Results 9 issues of timestee

should be {$parameters['scheme']}

from issue https://github.com/markedjs/marked/issues/1544 do we have any plan to support [mermaid](https://mermaid-js.github.io/mermaid/#/)

NFE - new feature (should be an extension)

``` net/http.(*conn).serve.func1(0xc42013e6e0) /usr/local/go/src/net/http/server.go:1721 +0xd0 panic(0xa13f00, 0xc42013c770) /usr/local/go/src/runtime/panic.go:489 +0x2cf github.com/boltdb/bolt._assert(0xc420206000, 0xb4a139, 0x23, 0x0, 0x0, 0x0) /mnt/htdocs/go/src/github.com/boltdb/bolt/db.go:1026 +0xf6 github.com/boltdb/bolt.(*node).write(0xc42011c770, 0xc420206000) /mnt/htdocs/go/src/github.com/boltdb/bolt/node.go:221 +0x3a2 github.com/boltdb/bolt.(*node).spill(0xc42011c770, 0xc4201fe7b0, 0xc42004aeb0) /mnt/htdocs/go/src/github.com/boltdb/bolt/node.go:373 +0x28f github.com/boltdb/bolt.(*Bucket).spill(0xc42013af00, 0xc4201fe700, 0xc42004b120) /mnt/htdocs/go/src/github.com/boltdb/bolt/bucket.go:541 +0x17b...

Testing Code: ``` package boltdb import ( "fmt" "testing" "time" "github.com/boltdb/bolt" ) var db *bolt.DB var bucket_1 *bolt.Bucket var bucket_2 *bolt.Bucket func GetBucket(db *bolt.DB, bucket_name string) (b *bolt.Bucket, err error)...

Thanks for this project, I've had a config file merge and load implementation using this project, and got a wired problem: https://github.com/sandwich-go/xconf/issues/6 https://github.com/mitchellh/mapstructure/blob/b9b99d7d59762a5b2a43df840adc318b2fa229ee/mapstructure.go#L823-L830 Should `decodeMapFromSlice` ignore `ZeroFields` when `i !=...

flag参数,在AddToParent时提示provide but not define,parent.SubCommand 解析正常

![image](https://user-images.githubusercontent.com/19310233/204965425-24aa757e-afa8-429a-ba67-636f712dc58f.png) ![image](https://user-images.githubusercontent.com/19310233/204965475-acb417e0-f41d-4a01-9205-1cce0fe5c968.png) using xcmd, should dump config content as yaml or save to the specified file.

bug
question

Case sensitive keys option: ```golang WithCaseSensitive(true) ```

enhancement