Mark Guzman
Mark Guzman
What Rails version?
I'll put this through it's paces. I agree people would likely find this useful.
Give something like this a try: ``` vimscript autocmd FileType ruby,eruby let g:rubycomplete_rails = 1 autocmd FileType ruby,eruby let g:rubycomplete_buffer_loading = 1 autocmd FileType ruby,eruby let g:rubycomplete_classes_in_global = 1 ```...
Given the OSX version number this looks like it's related to #121. Please try using system ruby. If that works then recompiling MacVim against your preferred ruby install should resolve...
I'm seeing this type of behavior badly break processing of Fenics and Bloomberg FIX messages. Leading to missing groups or out of order groups that don't validate.
So my intent was to we-use the existing implementation instead of mirroring the behavior in order to get something that would be performant when filtering leveled log messages but compatible...
I should note that my use case here isn't gradual replacement. It's supporting third party libraries and frameworks that use the stdlib logger interface. If I had control I'd just...
I've tested this and I'm currently running this in two k8s clusters. Beyond a rebase is there anything else I should do?
Seeing this in a class without an indexer, but with get-only properties that have function based returns.
Is there any way to disable AOT generation/usage for certain classes?