Rainer Borene
Rainer Borene
You should definitely blog post about it. I'm also using headless virtual box + xming, which is similar to VcXsrv but I always have to open a connection on PuTTY...
One of the things that bothers me is sharing folders between different OS, most of the time permissions do not get applied correctly.
If you could record a screencast explaining that stuff it would be even better :D
@docwhat I had the same problem. I'm using this workaround instead: ```VimL let g:lexima_no_default_rules = 1 call lexima#set_default_rules() call lexima#insmode#map_hook('before', '', '') function! s:my_cr_function() abort return deoplete#close_popup() . lexima#expand('', 'i')...
I can reproduce this bug on Browserstack using Windows 10 and Chrome 96.0.4664.18 (Official Build) (64-bit). Edit: It seems that the solution proposed by @Alex-D works for now.
+1 @rafaelfranca
+1
I'll be using this monkey patch until not having this feature implemented. ```ruby BabySqueel::Operators::Generic.module_eval do def json(name) op '->>', Arel::Nodes.build_quoted(name) end end # now i can do this Activity.selecting {...
One possible solution is to verify if the `.git` directory exists under the current gem directory..
+1 @w0ng