Markus Heberling
Markus Heberling
Yes, that is what I want. I can do it in my external home automation system, but I would like to have the most direct connection between my different systems,...
I played around a bit with the code and came up with another solution: I have changed the javacript plugin, to support getting values from other plugins, if the js...
Discussing the implementation should probably continue in #5730
I will have a look. Thanks for taking this over. :)
I think the security code can be removed completely. All Interactions that need it in the official App, don't seem to need it when called directly by the API. The...
I had the same problem, but I'm using a different solution. I have created a custom JSON formatter for cucumber, that contans the comments as before: ```java import java.lang.reflect.Field; import...
I have the same error with redmine 2.2.0: Started GET "/redmine/projects/allgemein/reposearch" for 93.195.71.117 at 2013-01-14 12:38:41 +0100 Processing by ReposearchController#search as HTML Parameters: {"id"=>"allgemein"} Current user: markus (id=3) Completed 500...
I have installed ruby-hyperestraier on ubuntu 12.10 which provides libestraier-ruby dpkg -L ruby-hyperestraier /. /usr /usr/lib /usr/lib/ruby /usr/lib/ruby/vendor_ruby /usr/lib/ruby/vendor_ruby/1.8 /usr/lib/ruby/vendor_ruby/1.8/x86_64 /usr/lib/ruby/vendor_ruby/1.8/x86_64/estraier.so /usr/lib/ruby/vendor_ruby/1.9.1 /usr/lib/ruby/vendor_ruby/1.9.1/x86_64 /usr/lib/ruby/vendor_ruby/1.9.1/x86_64/estraier.so /usr/lib/ruby/vendor_ruby/estraierpure.rb /usr/lib/ruby/vendor_ruby/estraier-doc.rb /usr/share /usr/share/doc /usr/share/doc/ruby-hyperestraier /usr/share/doc/ruby-hyperestraier/copyright...
The ubuntu package seems to install the estraier.so in the wrong directory, so that ruby doesn't find it. I opened a bug report here: https://bugs.launchpad.net/ubuntu/+source/hyperestraier/+bug/1099830 Symlinking the so into the...
I got it working with ruby 1.8. With 1.9.3 I still get the SystemStackError (stack level too deep)