Tim Spriggs
Tim Spriggs
I see this text (and lack of any completion when I run gocode -s -debug ``` 2016/09/01 18:47:02 ------------------------------------------------------- 2016/09/01 18:47:02 Found "fmt" at "/usr/local/Cellar/go/1.7/libexec/pkg/darwin_amd64/fmt.a" 2016/09/01 18:47:02 Found "io" at...
A record whose constructor is annotated with `@Inject` seems to be causing this. Looks similar to: ```java record Foo(Map mapBarBaz) { @Inject Foo {} } ``` ``` error-prone version: 2.11.0...
Given a class: ``` class SongRepresenter < Representable::Decorator include Representable::JSON property :title property :track end ``` and some data to instantiate it with: ``` {"title": "Foggy Mountain Breakdown", "track": 2,...
at: https://github.com/MikhailGolubtsov/git-mv-changes/blob/4c58741a0e5a7cb0223d1de246baf186f4015151/mv-changes#L82 you have: ``` git rebase --autosquash -q -i $START_REV~ || `git rebase --abort && git checkout $BRANCH && exit 1` ``` but you probably want: ``` git rebase...