Sean Hildebrand
Sean Hildebrand
Appreciate the quick response - That's entirely fair. Because I get value out of import management in general and `updateImports` only generates new blocks when it detects the need to...
Ah, sorry - I meant that as an attribute of the FileRestorer. I.e. [here](https://github.com/dave/dst/blob/master/decorator/restorer.go#L357) it'd become: ```go if r.DisableImportAdd { return fmt.Errorf("refusing to add import %q when DisableImportAdd is set",...
@doug-martin any thoughts here? I have a similar preference to defaulting to database-side templating and since `Prepared(true)` is applied at the dataset level it requires per-query boilerplate. Would you be...
@doug-martin thoughts?
Cheers for the quick response - You're spot on. For full real-world context: - We use zerolog everywhere, with `log.Err(err)...` being muscle memory for our engineers - We're looking to...
@rs I'm curious if you'd be open to this or a similar change at this point. I was in the middle of updating this branch (it's over two years old...
There are use cases like the following, where one might want to log, but otherwise ignore an error: ```go for _, item := range items { result, err := fallibleOp(item)...
@heschi anything blocking merge on this?
Not to pile on too much, but is there anything blocking merge of this and https://github.com/go-git/go-git-fixtures/pull/6 which it depends on, @mcuadros @pjbgf? Anecdotally, something appears to have shifted on GitLab's...
Ran into this one too, as a fellow Terraform Cloud user leveraging Hashicorp's remote executors. To unblock myself, I forked the provider and threw in a simplistic shim that copies...