Lucas Bremgartner

Results 243 comments of Lucas Bremgartner
trafficstars

Most likely this error is not related to Ubuntu nor to this package. In my case the root cause was, that I used Version 8.5.1, which misses the declaration for...

@dave No problem, I can add a flag for this. Do you have any preference on the name of the flag? I assume, the default would be to keep the...

@dave Another question, there are several places, where `gofmt` (respectively `goimports` and [`gofumpt`](https://github.com/mvdan/gofumpt)) would change the formatting of the code. I did not commit these changes so far. How do...

I https://github.com/golang/go/issues/41196 the Go team has settled on the form and the position for the `Code generated ... DO NOT EDIT.` comment. This is documented in the source code of...

@jwilder https://github.com/Masterminds/sprig looks like a good suggestion. My current requirements would be covered. The main question for me is how handle the overlapping in the functions. There are some duplicates...

@ludovicc @dbeckham: As it would solve #44 as well, what do you think?

Just added a first version of a PR for the sprig functions with prefix. What do you think. If we agree on this implementation, I will also update the README...

@jwilder With #61 being closed, I am not sure, how to proceed with my requirement for basic arithmetic. Any suggestions?

Maybe `bin` could detect this as a special case and the launch it self again (which would then start the updated version of bin).