Abinoam P. Marques Jr.
Abinoam P. Marques Jr.
We're working on 2.0.0 and the main focus is refactoring and trying to decouple things to be more reusable. You can see this by taking a look at the last...
Feel free to: 1. Fork the repo 2. Commit 3. Push 4. Make a Pull Request 5. We're gonna give you suggestions and if everything fits well we're gonna merge...
Could you try the prerelease version? gem install highline --pre Em Seg, 2 de nov de 2015 12:37, otbster [email protected] escreveu: > So I may be the only person who...
Hi @otbster , Although I couldn't reproduce it the same way you did, your report makes a lot of sense. The prerelease version of HighLine relies on "io/console" to do...
@otbster Could you copy/past here the output of these two commands? ``` bash ruby -e "puts RUBY_DESCRIPTION" ruby -e "puts RUBY_PLATFORM" ```
Thank you very much for reporting the fix. It will be useful for others that fight the same issue in the future. When I have some time I'll try to...
Hi @patrick99e99, I was trying to update my gem versions and perhaps I'm running your same problem. I have a `visit` to user destroy session and then a expectation about...
I liked `ruby_methods!`. Bear in mind that I'm Brazilian and I'm far from being a good english language reference. So, please double check my naming suggestion (in english).
I think I can put some basic documentation about at the README. In a way that harmonizes with the remaining docs. I'll open a PR and we can discuss further.
@danielpclark you can look at my pet project https://github.com/abinoam/matrix_rs I think it's a really small example of how to use `wrappable_struct!`