fabstu

Results 9 comments of fabstu

We could also introduce a command like `ForceCreationDespiteLoneCommand` along the lines of `DisableDefaultCmd`. For me it was counter-intuitive that the completion command wasn't available and that not being configurable using...

I also have this issue with MacOS. @BenoitCaron does this solve it for MacOS too?

I don't know whether this is more about gofumpt or about valast. I found https://github.com/mvdan/gofumpt/blob/5bfeb2e70dd63f342c452468cca2ee21e180f91c/simplify.go#L105 which comes from cmd/gofmt. I thought the comment there hints that it should be adressed,...

I didn't expect for it to be this complicated. Probably a good idea to use libraries if possible, less work. Thank you!

I found the same issue. Though I wonder whether this is here on purpose to show the GitOps workflow of fixing it, pushing and seeing the cluster correct itself.

God I love your union filesystem! Had to rewrite my asset program after that: https://github.com/fabstu/assetgen I think with it this is not necessary either.

Closing this since its not necessary. :+1:

`go get -u github.com/tebeka/selenium@master`works like a charm on macOS now, thank you!

Had to comment out homebrew/cask under taps: ``` homebrew.taps = [ # "homebrew/cask" "homebrew/cask-versions" ]; ```