Samuel Williams

Results 1033 comments of Samuel Williams

Thanks I will update.

Semantic versioning allows you to make breaking changes, you just need to bump the version number.

Actually, calling `pretty` on `nil` breaks. It is overly verbose IMHO. It should be possible to write something like "The file size is #{filesize}" and have a decent output.

Awesome dude, looking forward to the results.

libmysqlclient has insufficient hooks for truely asynchronous usage. libmariadb does provide better C interface in this regard. Hard to retrofit this library. I tried already. Per thread usage is compatible...

libmysqlclient is very different v8 from v5. I'm interested to know whether anyone would support v8 of mysql, because I heard it was very different. I don't know about v8...

libmariadb has a better interface for streaming results using event driven I/O. FYI.

The function that does the printing should just take an optional output stream. It's the simplest and most flexible solution - can output to pipe, stderr, stringio, etc