Jari Nurminen

Results 6 comments of Jari Nurminen

FYI - this issue might be caused by the urllib/urllib2 libraries. After troubleshooting a bit I figured out that those libraries ignore the proxy settings. If I define an environment...

This would be clearer indeed but could break things (triggered by #2165) - some things to consider : 1) use cache when imported with `Library` KW in `*** Settings ***`?...

More from my side, partially still braindumping without too much consideration whether the things make sense or not... Before that some background info that hopefully helps to understand why I'm...

I had a look at the code and found the spot where it fails: https://github.com/millennialmedia/intellibot/blob/master/src/com/millennialmedia/intellibot/psi/ref/RobotFileManager.java#192 That `return filePath.startsWith(path);` will return true only when absolute paths are used. That line is...

Not really, the .bash_profile is set up by installation scripts - and it'll be a bit difficult to justify the change in them (only to make the tests run smoothly)...

I have been trying to find time and an environment to do this i.e. test - how this behaves with shells diffrent than bash on the other end - how...