Alex Fedorov

Results 152 comments of Alex Fedorov

It seems like one can achieve that by either: - write small C library (with sane function, that does not accept any magic constants) and call it from crystal +...

Aforementioned library `ruby-terminfo` does exactly that: https://github.com/akr/ruby-terminfo/blob/master/terminfo.c So, I suppose, the answer to the original question: do the same thing `ruby-terminfo` does, write some C code and bind to it.

Oh I was unaware that shards can do that! That is very good! Thanks! Von meinem iPhone gesendet > Am 25.01.2016 um 8:17 AM schrieb Julien Portalier [email protected]: > >...

If you try outputting `pp typeof(a)`, you will see that it is a union type: `Array(Mysql::Types)?`. Question mark at the end is the same as `|Nil`, which, effectively, means, that...

Tests on mac os x are green. Doesn't really work with mysql 5.6: ``` Failures: 1) MySQL::Connection #query works with year(2) Failure/Error: conn.query(%{SELECT * FROM event}) expected: [[1, 44, "order"],...

@GuneshRaj This is currently not possible. It seems do-able. If you could only come up with nice API for that :)

@jacobzelek Thanks for the Pull Request! What do you think about re-using this connection pool library: https://github.com/ysbaddaden/pool ? Additionally, it would be nice to have the public API for the...

I have seen in the source code of the library, that it is using an IO Pipe Do you know what is the difference between that implementation and this one?...

@jacobzelek Hi! What is the current status on this? Did you try to play around with that?

Great! Thank you! On Wed, Jun 15, 2016 at 11:44 AM Jacob Zelek [email protected] wrote: > @waterlink https://github.com/waterlink Not yet. Day job has had me > busy for the last...