And
And
**@Mikewolfli**, have you tried to import the files? Is it work properly? When I have tried to run the plugin, I got the problem as **xiezj**. When he solve this...
**@dairong** What is your environment?
Hmm. @dairong === @Weddingful ? =)
@dairong Aha, ok. My environment: Redmine 2.0.2 ruby 1.9.2p0 (2010-08-18 revision 29036) [x86_64-linux] Rails 3.2.5 But no success on import. Yet.
@mikewolfli Ok, as I though. =) It look strange, if plugin work properly on author PC. I contact him later. @xiezj Paste, please, the code, where you added _require 'csv'_...
Ok, guys. I've update my environment, add require 'csv' to file top and it works now. Environment: Redmine version 2.0.2.stable Ruby version 1.9.3 (x86_64-linux) Rails version 3.2.5 Environment production Database...
Hey @ivanvermeyen. Thank you at first for you work and interest. :) Look please on the [example with google offline](https://github.com/logical-and/php-oauth/blob/master/examples/google_offline.php), does it make any sense for your question?
Got it figured, after reading the source code. High and low values in config should be the same. My updated config that works: ``` # Path to CPU temperature input...
Even 5 sec of caching saves CPU - for example if you have a bunch of records are coming which do the same queries with the same arguments on their...
Hey @gandalfb, basicly request can be counted as unique if it returns the same result. This consists of: - url - method - body As result by doing two the...