Chris Bandy

Results 92 comments of Chris Bandy

I don't unfortunately. It may be possible to test both `num_rows` using a [row generator](http://use-the-index-luke.com/blog/2011-07-30/mysql-row-generator), but `affected_rows` would require a table with that many rows. Perhaps with a row generator...

I tried to write some tests, but they were too expensive. I killed the `Mysql#affected_rows` test at 7GiB of HDD space, and I killed the `Mysql::Result#num_rows` test at 6GiB of...

I opened a new pull request and called it a "partial fix". I knew exactly what I was doing.

I found that some of the CLD2 source files are not necessary to build the libraries. The gem is now 17 MiB and installed uses 46 MiB. If we commit...

Another option is to ship binary/pre-compiled gems. At first pass, it looks like the smaller gem would be less than 2 MiB and the larger would be less than 5...

CLD2 project has moved to https://github.com/CLD2Owners/cld2/

It has been a long time since I looked at this. - Something still needs to be done about the licensing. - The project moved, so any links should updated....

> Should we pull in any changes to CLD2 since May 2014, if any? This appears to be the revision/commit that I imported in this PR: https://github.com/CLD2Owners/cld2/commit/d076f5eda223ac568639d6288f2e2d70d908f282

> Do you know how to create an io.ReaderAt with a []byte http://golang.org/pkg/bytes/#Reader