Pedro Ghilardi

Results 19 comments of Pedro Ghilardi

Change the bower.json file and add underscore as a dependency. Then run "npm install" to update the dependencies. Example: 1) The bower.json with the underscore dependency added at end: {...

@Scimonster , You are totally right. The new docks feature is awesome and I will use them in this package. A new version with docks integrated will be released soon.

@Stibbons, I am the maintainer of the atom-python-virtualenv plug-in and I think that maybe it will suit to your use case. This plug-in allows changing virtualenv dynamically (it support virtualenvs...

Yes. You can customize the default location of your envs home folder or even add additional envs paths.

Adam, This is a bit more complicated than it seems. I'm using a simple pane view and I need to investigate a better solution to be able to change the...

Hey @agorer , I am unable to reproduce this. I have tested running only one test that is passing and the results show the panel with the only test that...

@agorer , The plug-in does not update in real time while monitoring the stdout, because now it just monitors when the process exist, then collects the data using the junit...

Hi @KennethEnevoldsen , are you still facing this problem? Now I am with some time to fix bugs in this package and I am returning to maintain it.

@KennethEnevoldsen , could you give me more information about your env? Windows or Linux (which distro)? Can you enumerate the steps? Just open Atom and the envs are not there?...

Thanks! I am trying to reproduce the problem on Ubuntu without success. I am investigating how to guarantee that the envs are loaded on Atom start. I'll let you know...