Iqbal Ansari

Results 41 comments of Iqbal Ansari
trafficstars

Yes, #159 is what this pull request attempts to solve. I did not get a chance to try this on a trackpad, but I am surprised it is not working...

Hi @justbur, I tried this with trackpad and it worked, except that the popup would be hidden certain unhandled mouse events, I have pushed a fix to handle them. Could...

You are right, it seems Emacs treats the scroll event as part of ongoing key sequence. It did not happen for me because I was testing it for `toplevel` binding...

I realized why it works for alternate keybindings, the first scroll fails with undefined error and returns to the toplevel, but the which key popup is not hid and the...

> I believe the local keymap will only work when you are not already in the middle of a key sequence (ie at the top level) I just did a...

You seem to be right, I have hit some wierd issue, even though example above works for me (changes to global as well as local keymap are picked up), Emacs...

I think this can be achieved by checking if `pipdeptree` is running a virtualenv and then re-`exec`ing with virtualenv's python binary. @naiquevin I can try implementing this, would you be...

Sorry just forgot about this, I had it [working](https://github.com/iqbalansari/pipdeptree/commit/e0c085a99866da90141698d49fd1c0daa4261afa) but there was some problem with bytecode versions or something (at which point I got busy with other things). Let me...

Not sure why the render PDF and render SVG tests are failing, will look into them

I got a chance to look into the test failures, they are unrelated to my change. It seems they are failing because `pipdeptree` adds a newline to package labels while...