Yves Senn
Yves Senn
I am using akephalos with cucumber and capybara. I switched from the selenum driver to akephalos and now I get a lot of failing features due to encoding problems. Since...
I'm currently working on a new binding-system. This is work in progress an nowhere close to being finished. I've tried a few different approaches to design the new binding system...
I think the `install.sh` and `update.sh`should byte-compile the e-max installation. This would offer a huge speed benefit when booting up emacs.
I know that emacs-eclim needs further setup outside the scope of Emacs. I think it would be a huge benefit to make e-max or emacs-eclim aware if that setup has...
It would be great, if we could make something like eldoc-mode for java. This would ease the development extremely, because can always check what types you need to pass to...
Currently emacs eclim uses the default jre or jdk for running commands like ant. We need a way to specify and select the installed versions.
Now both definitions (simple and script) need the lookup tables. We need to find a better internal solution.
We have a lot of data normalization to do in our migration. It would be very helpful to be able to extend the `ExecutionContext` of the mappings. I think we...
Our mapping file is getting big and we got some tables with a lot of mappings. The performance degraded massively when we added more and more mappings per table. I...
this is just an idea, I'm not sure if I like it though. I find myself writing the following code a lot: ``` ruby import 'something' do dependencies 'other thing'...