Ivan Korolev

Results 2 issues of Ivan Korolev

I've fixed explicit argument indexes according to current spec https://golang.org/pkg/fmt/ Format is now highlighted when using indexes [n] in different cases. Please, check the syntax highlighting for: ``` fmt.Printf("\nfoo %[1]s...

Hi! I wonder if I can set default values for **embeded** docs (https://humbledb.readthedocs.org/en/latest/tutorial.html#giving-documents-default-values) Example: ``` python class Foo(Document) bar = "bar", 321 // this works well a = EmbedDoc("a") a.buz...