Ji-Ping Shen
Ji-Ping Shen
version: v5.4.2 `Worktree.AddGlob("*")` includes .git files that shouldn't be there, e.g. ```go repo, err := git.PlainInit("newRepo", false) wt, _ := repo.Worktree() // create some files wt.AddGlob("*")) _, err = wt.Commit("initial...
Unions with null in code should be replaced by pointers or option types. For example: ```json { "name": "Name", "type": [ "null", "string" ] }, ``` Generates a NameUnion, which...
This is a proof of concept for adding subscription_name (1:1 to subscription_id) for metrics. I don't have time to complete it for all the requirements, but if anyone is interested...
Allow `*` in tag, e.g. `syslog/*/*/`. Wildcard chars are to be expanded to *\* and *\* fields. One and only `*` is expanded to *\*, and an optional, second `*`...