Ian Epperson

Results 20 comments of Ian Epperson

I'm trying to solve a similar problem, but (to extend the example) also need to go from Keyword to User. Unfortunately, I end up with a circular reference problem. ```python...

To answer my own question, there's two ways to do what I need in Graphene - neither are in the docs, but they're in the code. The first is to...

I'm seeing this too. Likely needs to add an additional check for `typeof $ === "undefined"`

Tried a slightly different approach in https://github.com/codecov/browser-extension/pull/56 but the tests still don't pass. I suspect there's more than just this problem.

Looks pretty good. I've been too busy to review properly, but I'll get to it this week.

Oh, and thanks for the submission!

Sorry I haven't gotten back to you. I'd prefer the tests not rely on telnet, but maybe that would be fastest to implement. Ian. On Mon, Apr 15, 2013 at...

On Windows: Y:\Dropbox\Code>pip install pyredmine Downloading/unpacking pyredmine Running setup.py egg_info for package pyredmine Traceback (most recent call last): File "", line 16, in File "c:\docume~1\ian\locals~1\temp\pip-build\pyredmine\setup.py", line 14 , in long_description...

Also need to add dateutil to requirements.

Thanks for the report Sasvari, but it isn't the same problem - please open a new bug for that. Be sure and note the version of Redmine you're using; if...