Results 7 issues of Mike Andrews

error happens on the line marked "ERROR" below (mvdb.go:36), re v0.0.0-20181213202341-817cee58a244 (btw, it would be great for this repo to be tagged with its own semantic version releases instead): ```...

here's the log i see: ``` iCloud Photos$ go get github.com/jdeng/goheif/... # github.com/jdeng/goheif/libde265 In file included from libde265.cc:2: In file included from src/github.com/jdeng/goheif/libde265/libde265-all.inl:37: src/github.com/jdeng/goheif/libde265/libde265/slice.cc:2447:9: warning: 'MAX_PREFIX' macro redefined [-Wmacro-redefined] src/github.com/jdeng/goheif/libde265/libde265/cabac.cc:419:9:...

here's the log i see: ``` images# go get github.com/jdeng/goheif/... # github.com/jdeng/goheif/libde265 In file included from libde265-all.inl:37:0, from libde265.cc:2: src/github.com/jdeng/goheif/libde265/libde265/slice.cc:2447:0: warning: "MAX_PREFIX" redefined #define MAX_PREFIX 64 In file included from...

when i execute ddl statements, such as `create database ...`, i get this error on executing [RowsAffected()](https://golang.org/pkg/database/sql/#Result) method on the result, but why? how about just returning zero (0) rows...

enhancement
jira

let's define the function `sub` as follows: ```javascript var sub = function(x,y) { var xn = new sjcl.bn(x); var yn = new sjcl.bn(y); return xn.sub(yn).toString(); } ``` a correct working...

since http put for instance, can return a [201](https://tools.ietf.org/html/rfc7231#section-6.3.2) or [204](https://tools.ietf.org/html/rfc7231#section-6.3.5) status code, along with headers like etag and even a body with content. thoughts, @mpw?

@mpw, what do you think? i [modelled this](https://github.com/xoba/sc/blob/295ccad538a00994ae7932718644c92ab23bc7a8/interface.go#L9) after [your](https://www.hpi.uni-potsdam.de/hirschfeld/publications/media/WeiherHirschfeld_2019_StorageCombinators_AcmDL_Preprint.pdf) "referenceForPath" method, but the more i use it in practice, the less i feel we actually need it.