Matt Mc
Matt Mc
Looks like `boil.Infer()` is thinking there is no data in your struct, you can see what it's doing [here](https://godoc.org/github.com/volatiletech/sqlboiler/boil#Columns.InsertColumnSet). You can see that the logic for what to insert is,...
Since I found this thread looking for a Go wrapper for protoc, I'm making a note that this is what I eventually went with: https://github.com/sixt/protoc ```bash #!/bin/sh export PATH=$PATH:$(gobin -m...
Would be good to have a list in the README and the PRs add their language 😄
Hey @maxime1907 so this is your PR, come to life again! Just to be clear, this: - Adds `switch` with `case` - Adds a default pipeline - Adds filter block...
> No, the default pipeline (I don't really really know what it does OTOH right now… 😅) and the filter block need unit tests. @maxime1907 how do you feel about...
...Probably we should land this at some point.
> I think it would be good to keep "1"+2 = "12" behavior, which is what JS does and I presume feels more natural to most front-end devs. No objections....
> Can you elaborate on this? I think it would be very useful for people working with long strings, since this way the editor highlighting applies, while keeping the possibility...
I see what you're saying. I think the only difference is: ### Option 1 ```handlebars {{ set foo }} some lines making up a block {{ end }} {{ foo...
@kabukky I believe this was handled with https://github.com/CloudyKit/jet/pull/152 but please chime in if it doesn't fit the use case somehow.