Abinoam P. Marques Jr.
Abinoam P. Marques Jr.
Related to #42
I'm using ```ruby 2.6.3p62 (2019-04-16 revision 67580) [x86_64-darwin17]``` ``` (eval):1: warning: instance variable @single_class not initialized /Users/abinoam/src/ruby/rubyx/lib/rubyx/rubyx_compiler.rb:113: warning: instance variable @sol not initialized /Users/abinoam/src/ruby/rubyx/lib/util/compiler_list.rb:10: warning: instance variable @next_compiler not initialized...
Dear @mmozuras, Are you in need of some help maintaining the gem? Perhaps move it to prontolabs group? And the gem push permissions? Is there anybody else that has it?...
**EDIT** This PR will be turned into a separate gem. I'll let it open for discussion until we release them. --- Related to #1160 This PR introduces the `Ransack::Helpers::SimpleFormBuilder`, which...
At the HighLine PR 149 https://github.com/JEG2/highline/pull/149 we were considering replacing builtin readline with the rb-readline implementation. But we have run in some issues when trying to complete for multi-byte characters....
I was not able to make it work as the README file states. Looking at the code at: - [lib/rb-readline.rb](https://github.com/ConnorAtherton/rb-readline/blob/master/lib/rb-readline.rb) - [lib/rbreadline.rb](https://github.com/ConnorAtherton/rb-readline/blob/master/lib/rbreadline.rb) - [lib/readline.rb](https://github.com/ConnorAtherton/rb-readline/blob/master/lib/readline.rb) I have made my way with...
Perhaps we will need to use [yamatanooroti](https://github.com/aycabta/yamatanooroti) and [vterm-gem](https://github.com/aycabta/vterm-gem) the way reline itself does in [test_rendering.rb](https://github.com/ruby/reline/blob/100cc1606a75fb060db274c2a1c4a082af3a5a82/test/reline/yamatanooroti/test_rendering.rb)
Well, I have already heard about documentation driven development.... I will not try to do that, but I can't deny that as I try to write more documentation or fix...
SimpleForm relies on `has_attribute?` and `type_for_attribute` to infer attribute type so it may generate the correct input type according to its mapping. I am currently trying to improve Ransack /...
If I use the `methods!` macro I keep repeating the unwrapping of the args and treating them with a raise ArgumentError at the VM so it doesn't panic at the...