Aaron Newton

Results 10 comments of Aaron Newton

Why would you want a tool tip to be draggable? I can't think of a UI I have ever used with a roll-over tip that I could drag around...

Looking at the code, it looks to me like it should be draggable. StickyWin.Drag uses Class.refactor to change StickyWin, which StickyWin.PointyTip extends. I'm not sure why it isn't working. Can...

I do read them all, but it's a matter of priority. I spend 90% of my "free" time working on MooTools itself, fixing bugs in Clientcide when I can. If...

I don't know why. The doctype is set to strict: ``` ```

Hmmm. If you look at the install script, all it does is download virtualenv and execute it. The installer doesn't assume that you have virtualenv present already. Can you run...

I don't get it. Why would running virtualenv to a specific target try and alter your copy of setuptools elsewhere? Shouldn't it be putting setuptools into that environment? Not in...

can you tell me what the pwd is? specifically, I'm wondering if you have any spaces in the path where you're installing this.

the path looks fine. I don't think it has anything to do with setuptools already being available.

Opened this ticket: https://github.com/pypa/virtualenv/issues/147