Igor Afanasyev

Results 72 comments of Igor Afanasyev

> Making get_remote_url() work So when you do a `p4 clone ...` command and have your local checkout folder, this folder by default doesn't have any Perforce-specific metadata file or...

Thanks for additional info, Tristan. I have one more question: what can possibly happen if one tries to clone (or do whatever the equivalent of `git pull` in p4 is)...

What I fail to understand from this PR is what actually is being tested here (besides one manage_py_path validity check), and the usefulness of such tests. There's no way to...

When setting the `EVERNOTE_DEV_TOKEN` env variable, I'd recommend enclosing the token in double quotes. Also, you need to `export` this variable so that it will be visible in the child...

@ghostwheel you did everything right, and it seems like a miscommunication on Evernote's side. I'll follow up with CS internally on that.

In the future, if anyone expects a significant delay with getting access to developer token functionality, feel free to post your Zendesk ticket number here so that we can connect...

@atwinkelman if you see the 'temporary disabled' message, you need to open a customer support ticket to have this functionality enabled for you. We tried to identify and whitelist previous...

@atwinkelman if you can provide your support ticket number here, I can escalate it.

@dindom999 you should be able to do `export GEEKNOTE_BASE=yinxiang` before running Geeknote for it to talk to app.yinxiang.com ([see this code](https://github.com/jeffkowalski/geeknote/blob/master/geeknote/config.py#L9)). The developer token must also be activated on app.yinxiang.com...

Also, when text contains a newline character (encoded as %0A), Apache will always give "404 not found" error.