mandeep

Results 53 comments of mandeep

Yep exactly that. Currently, I'm iterating through all of my vectors of data and adding the data to rows in the table. I'm not sure there is a time penalty...

Thanks. Hiding the toolbar seems to do what I want.

``conda convert`` converts packages between architectures. I think this is a feature request for ``conda skeleton``,

I think this would be an easy change. Just need to change the index.json entries from noarch to the target arch.

Although I'm not sure how we would want to deal with the files in ``site-packages``.

I don't think there's anything we can do about them. Just let them be created at import time.

I'll see what I can do. I've just been using glium docs and compiler errors to investigate. If I find anything else I'll be sure to post here.

I imagine in this case we would want to keep the `update` command and remove the `--to-revision` option, right?

I started work on a Python GUI and wrapper for my own use. I'd love to here any feedback for those who are interested in using it. Currently, I'm uncertain...