-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this project now dead / unmaintained? #153
Comments
I believe that if someone is keen to take the the lead (@wilywampa looks like the guy :P) and other people that make changes get together and organize the pull requests the thing will get better. I did some issues and pull requests not required since I didn't check pther pulls, etc. From the fork graph I believe that @wilywampa and @jjhelmus are the guys to talk about it, since most of other forks were doing exactly the same (support for python3 or jupyter, etc). |
@ivanov Perhaps you could add @wilywampa as a maintainer for the repo? This way he could help to merge some of the PRs. This seems to have worked quite well recently for another NerdCommenter (e.g. see discussion here: preservim/nerdcommenter#218) |
The main reason I haven't replied yet is I'm just trying to figure out the best way to get all the functionality that I've put together for myself out to everyone else. Some features I've come to depend on which are built on features that I will maintain in my fork:
I made a little demo to show off some of this stuff: None of this is really documented and most of it is external to the Vim plugin; some even requires modification to IPython itself. If there's any interest I can maybe put some effort into making things usable for other people. |
Hi, i'm interested particularly in 1. and 2. (mostly in the console monitor). I disable the ipython buffer since it's too slow and all the time it's get in the way ( you can't check if the code was run though, sometimes a little bit problematic but easily handled by syntastic but also required to run the code checker or save the file). The demonstration video is nice, but too quick (or I need more coffee). I also ask myself if 1 is build to work together with YouCompleteMe. I do not write vimscripts but i can try to use/debug a little bit. Let me know when you put some help/readme with your changes,installing, like mappings and what each option do what, so I can give a try |
@wilywampa - that looks amazing! Thanks for sharing your progress! I too am having a little trouble following the demo video, but the features you've described sound great. If you were able to find the time to develop your branch into a more friendly version for others to use then I too would be happy and willing to help out with testing etc... |
A version of my fork with metadata/monitor documented is available now: wilywampa@ed4c2dc |
Awesome! Thanks for passing this on. I'll try it out and let you know how I get on. |
@wilywampa, could you open the issues tab on your fork? I had some problems, like the command to run several lines do not work and I can't find some other functions names (Like runCell for example). |
@ocehugo I opened up issues and added an implementation for |
FYI: I've been working from the Jupyter QtConsole end to support better integration with text editors like Vim: jupyter/qtconsole#196 |
Thanks @smutch for the kind words, and all of you for playing with vim-ipython - I'm glad it's been useful, and sorry to have been rather absent in the past few years. Software does not die. It is just a collections of bits. The bits are there for you to use and bend and meld to your own needs. I am glad that some of you have been able to make progress with your own forks. It has always been my intent to continue development of vim-ipython, but other things got in the way of that. I hope you all understand and I will try to do better. I am closing this issue to signal that this project is not dead, feel free to provide any other updates here or by opening a new issue. Happy hacking! |
I very thankful for this plugin and the fantastic work which has gone into creating it. I realise that nothing is owed to myself or others who are using this, but it would be great to hear what the future plans are for this plugin and if it is being / will be maintained? There are currently a lot of open issues and pull requests.
@wilywampa has an excellent fork which appears to have been maintained and updated regularly to keep pace with IPython. Unfortunately, Github appears to have some restrictions on creating pull requests for forks-of-forks (or at-least I am having troubles achieving this), so it is not possible to submit a pull request to this maintained repo...
The text was updated successfully, but these errors were encountered: