ubaldot
ubaldot
### Issue Report Checklist * [x] Searched the [issues page](https://github.com/spyder-ide/spyder/issues?q=is%3Aissue) for similar reports * [x] Read the relevant sections of the [Spyder Troubleshooting Guide](https://github.com/spyder-ide/spyder/wiki/Troubleshooting-Guide-and-FAQ) and followed its advice * [x]...
**Describe the bug** REPLHide correctly hide the buffer, but REPLUnhide won't unhide the buffer. Nothing seems to happen. - result of `:REPLDebugInfo`  **EDIT:** In reality the behavior is very...
**Describe the bug** If you send some code between two code-cells and there is an error, then all the remaining lines of the current cells are sent anyways. The correct...
**Describe the bug** If I add `let g:repl_python_pre_launch_command = 'source C:/Users/yt75534/Anaconda3/Scripts/activate.bat'` to my `.vimrc`, then when I open vim I have the following error  **Desktop (please complete the following...
After having run `:REPLSendSession` the terminal freezes very often. Also, the the number of sent `` seems to follow a random pattern. That happened after upgrading to `iPython 8.2`. Output...
I love this tool that just work out of the box, however I have a couple of improvements that I wish to suggest. I use `gvim `with `ipython `as `REPL...
My setup: `Windows 10` with `Vim (32 bit)` ``` VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Sep 21 2021 22:13:38) MS-Windows 32-bit console version Included patches: 1-3452 Compiled...
In every demo I have seen there were always seen two separate windows: one for the editor (`vim`) and one for the console (`jupyter-console`). Would that be possible to have...
The package is not available on conda nor on conda-forge.
If I include the following ``` Plugin 'ryanoasis/vim-devicons' Plugin 'lambdalisue/glyph-palette.vim.git' ... let g:pippo = glyph_palette#tools#palette_from_devicons({ \ 'GlyphPalette9': ['license', 'png', 'vim', 'key'], \ 'GlyphPalette5': ['py', 'yml', 'toml'], \}) let g:glyph_palette#palette =...