Stefan Verhey

Results 8 comments of Stefan Verhey

Me too. This is what I'm looking for since I use docker.

Isn't it necessary to mount the bundle directory as a volume and link it into my develop folder as well? Or needs Solargraph just access to the Gemfile?

Okay. But I have currently a problem using qbs for my models. Currently the id fields of a struct must be "Id" when using qbs. Unfortunately the correct usage of...

I've written a small library to solve this problem. Maybe it is useful for some other users who wants to code without golint warnings. https://github.com/serenize/snaker

Thx. You can use it like this: ``` go qbs.ColumnNameToFieldName = snaker.SnakeToCamel qbs.FieldNameToColumnName = snaker.CamelToSnake ```