Terje Larsen
Terje Larsen
No, unfortunately not. I have succeeded to narrow down the scope some more. I have setup a dummy rails project because that is the only place I have been able...
The strange thing is this passes in the tests with correct presenters. But when visiting the page in the browser I get: ``` BoxPresenter presenting Box BoxPresenter presenting Fancy::Box ```...
I tried the require_dependency solution and it worked. So I guess this might be a bug with Rails then? However I solved it by renaming my classes which in some...
I just found out that this issue can be solved by doing the following. ``` ruby presenter.split('::').inject(Object) { |ns, cons| ns.const_get(cons, false) } ``` http://ruby-doc.org/core-1.9.3/Module.html#method-i-const_get I am not sure if...
Unfortunately this fix won't work either since Struct apparently is an Enumerable. :crying_cat_face:
All these things seem to work fine, however I just ran into an issue which I am not sure how to solve. In projectile together with helm you can select...
They files are all in the same project and has the same git root, even if they are all in the exactly same folder I cannot get it to work....
What you describe there seems quite right, for me I haven't found a configuration where the buffers end up in the wrong projectile persp etc. Should that one be together...
More applications to add to the list, the terminal emulator kitty as well as foot doesn't hide the title bar 
I was already thinking of that and thought that might solve the problem, but the `fzy` will still execute. E.g. ``` echo | grep . | fzy * empty menu...