Erik Steffl
Erik Steffl
Trying with new iPad (model A1396), getting the following error: Unable to locate beginning of ActivationInfo Unable to fetch activation request Strace reveals that it gets no response from albert.apple.com:443:...
When using e.g. gopkg.in the import names do not match the package names. Go build works fine but swagger fails with error below. Imported path: gopkg.in/guregu/null.v2 Package name : null...
We have a struct like this: ``` Base struct { private int } Another struct { Base Id int `json:"id"` ... } ``` This results in model like this: ```...
Codeclimate message: `Similar blocks of code found in 5 locations. Consider refactoring.` Code it asks to refactor (first line in the java file): ```java package com.qlik.stitch.model; ``` It is not...