Tony Holdstock-Brown
Tony Holdstock-Brown
Looks like there are some issues with templates halting execution when eg. iterating over nil ranges. So, no matter what, it doesn't seem like adding a Resolver interface magically lets...
It can on master. @DylanVann can we get a 4.0.1 with this in? I have to use `3bcb02219c75195fc69cf6cdff9faebedae9338e` in my package.json right now. Thanks :)
+1 on this. Would love to take a `ResponseCacheDirectives` and convert that to a string :)
Amazing, thank you @mathetake!
@shinnokdisengir Auto-upgrades will going to be released with the V3 SDK. We'll release a blog post and versioning guides when it's ready. This means you won't need to cancel and...
Uh, maybe instead of exporting DbMap we could create a method within Modl to assimilate a tx? ``` go func (m *DbMap) AssimilateTx(tx *sqlx.Tx) *Transaction { return &Transaction{m, tx} }...
Good question. I think you're right that it could be configurable, and default to sharing state from parent -> child. The idea of parent-level block scoping is useful when you...
+1 thanks for the heads up @jshthornton. Work at Docker has been exceptionally busy pushing out a new version of our platform, getting back onto this now
@vangent our throughput is quite high — in the thousands to tens of thousands a second / tens to hundreds per batch, per container. The problem lies with graceful shutdown...
I thought about flushing on shutdown and had a note in the comments/PR (or so I thought)! Totally understand wanting to keep things simple, too. That's my entire approach where...