simar7

Results 179 comments of simar7

Linus doesn't accept PRs on github.

Hey! Yes I meant to say that the bbolt batch method could call the underlying bbolt batch method as I had linked earlier. > Not all of the databases that...

I'm afraid but I didn't have time before or now to look at it.

Would be nice to have it built-in. I understand there are other ways to do it but operationally, there's still friction we can reduce with this being autotls.

Some more info: These are the generated structs from the schema. ``` // The StructuredTextType complex type is used to allow XHTML content embedded within standard string data. Some common...

hi @droyo – So I gave that a try. This was my generator program: ``` package main import ( "log" "os" "aqwari.net/xml/xsdgen" ) func main() { var cfg xsdgen.Config cfg.Option(...

I'm curious if a schema like the following will be supported by the approach of approximation of using a `TypeList` attribute with `MaxItems: 1` set and its Elem set to...

I've been thinking about this one. I have a few thoughts: 1. Currently k8s api has minimal information available on an image. It's just the image:tag information that's available. 2....

Can you ask @AndreyLevchenko or his team to review this before we merge? Looks like some of these rules are duplicated and can be simplified.