Ivan Bertona

Results 3 issues of Ivan Bertona

I'm writing a pretty complex CLI tool that uses AfterApply to inject some resource handlers and pass them to child commands. Some of these resource handlers need to be released...

I have some items whose values are very expensive to initialize. I want to initialize each of them on the first read of the corresponding key and then cache indefinitely...

I have two models with a many-to-many association with back reference (e.g. see http://jinzhu.me/gorm/associations.html#many-to-many, "with back reference"). When I try to create a resource using one of the two models,...