Eric Wennerberg

Results 7 issues of Eric Wennerberg

We are following AIP recommendations for our APIs. For update methods (https://google.aip.dev/134#request-message) it is recommended to support a special `*`-fieldmask for modelling `PUT` (default is `PATCH`). In go this would...

SVG is currently an unsupported type, but most transformations should be applicable to svg as well.

enhancement

https://github.com/spacechop/spacechop/blob/a7d5598258eb67f40c30c788e38e01d1a31a987f/src/transform/index.ts#L52 Errors thrown by the transformation here will stop the container.

These two images is considered the same: ![image](https://user-images.githubusercontent.com/5495697/44516336-1bcd2f00-a6c5-11e8-8156-f29e6cb5347d.png) ![image](https://user-images.githubusercontent.com/5495697/44516341-1ff94c80-a6c5-11e8-98be-e8b508d17d2e.png)

bug

`sggo.TestCommand` prevents test results from being cached by go tooling. According to go docs the only flags that may be set for caching to apply is > -benchtime, -cpu, -list,...

Stale

### What are you trying to do? After upgrading gonum to 0.15.0 calls to `(VecDense).SolveVec(a,b)` where `a.Dims() == (10k+, 3)` leads to OOM. The stack where OOM happens: ``` runtime.systemstack_switch()...