Eric Wennerberg
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.
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:  
`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,...
### 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()...