-
**Summary:**
`TestLink` in AS sometimes fails
**Steps to Reproduce:**
1. Run CI
2. If test failed, you're done, otherwise, go to 1.
**What do you see now?**
```
travis_fol…
-
## Client
Vision
## Describe Your Environment
macOS 10.14.3
go version go1.11.5 darwin/amd64
## Expected Behavior
`go get -u cloud.google.com/go/vision/apiv1` correctly downloads all d…
-
Using the instructions in the README:
```
go get -d github.com/rgburke/grv/cmd/grv
cd $GOPATH/src/github.com/rgburke/grv
make install
# cd /home/cole/go/src/github.com/rgburke/grv; git submodul…
-
## Steps to reproduce
```shell
$ vgo test -short ./blob/s3blob ./runtimevar/paramstore
ok github.com/google/go-cloud/blob/s3blob (cached)
ok github.com/google/go-cloud/runtimevar/para…
-
@kisvegabor I have idea to simplify working with encoder. Idea is to make possible working with lvgl and only rotarty encoder with one switch.
What does it mean?
For now keypad with groups is the be…
-
```
o, err := objx.FromJSON(`{"foo": 1}`)
if (err != nil) {
panic(err)
}
println("foo", o.Get("foo").Int64())
```
It's return 0.
-
Hi!
I have the following JSON structure:
``` json
{"d":[{"author":{"displayName":"DemoUser3","id":2},"classes":null,"id":9879,"v":{"code":"","created":"2013-09-19T09:38:50+02:00","published":"0001-0…
-
Method `Map.Map.Map.Exclude` has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
https://codeclimate.com/github/stretchr/objx/mutations.go#issue_5a69c94bb09027000100002f
-
If enable auto-fit feature through `lv_cont_set_fit`, there are some issue about container's children:
* The position of children will be incorrect. (through `lv_obj_set_pos` or `lv_cont_set_layout`,…
-
Can you please vendor the dependencies?
```
$ GOPATH=/Users/alp/gotools go get github.com/rgburke/grv/cmd/grv
# cd /Users/alp/gotools/src/github.com/rgburke/grv; git submodule update --init --rec…