Damien Cuvillier

Results 8 comments of Damien Cuvillier

Really simple to do this I think, with [CopyQ](https://github.com/hluk/CopyQ) tool Script would look like that ``` webkit2png -o /tmp/~export https://www.google.com copyq write image/png - < /tmp/~export-full.png && copyq select 0...

Hello Giamma. I'm using currently the mylyn plugin and I use Redmine mainly for scrum usage, so I use the backlog every time. It works great.... with a partial fix....

I've patched a few weeks ago a short thing (I do not remember exactly what) in the Eclipse Plugin.

No need on my side on these fields. Where did you find a working copy of Eclipse plugin ? To make it work with redmine 2.3, I had to patch...

Same issue here. Succeed in running it with java 8. (quite hard task to force eclipse to start with older jdk)

I'm on a strange behavior. This following code results on server environment with an **empty list**. ```java Reflections reflections = new Reflections("my.package"); Set

I have same issue with a fresh git clone I'm not really comfortable with ruby but it seems version are quite the same than david. Any tips ? Plugin appears...

By removing all tests in code, it works on my redmine instance. @joaopedrotaveira @see https://github.com/GotanDev/redmine_mylyn_connector/commit/31614ac921efcbb5bfbb7eba6b15cb50fcc0a548 the problem is on 'xml' dependency on controller_test.rb I'm not ruby developer, I can not...