GBallesteros

Results 30 comments of GBallesteros

I finaly figured out that I could go into the `nvim/packages/flake8` folder and activate the venv there and then install the flake8 plugins. This did the trick: 1. cd to...

__EDIT__: NOT the same issue! Hi, same error here. As soon as I type `ctr` in normal mode, the following error message shows up: ``` Error detected while processing function...

I just did a git bisect and found the first commit to introduce errors to be: `33d80dbf0c964c...` Then armed with my zero knowledge of Lua and Vimscript I attempted a...

Hi @enmy211, I have created a pull request that I think should fix your problem. You can also try for now [GCBallesteros/iron.nvim](https://github.com/GCBallesteros/iron.nvim) while we wait for a more definitive solution....

@enmy211 our errors are actually different.... sorry for having hijacked your issue, I should have read more closely. Your issue is that `nvim_buf_set_extmark` doesn't look to be available on nvim...

@enmy211 That was the error I was getting which I fixed on the pull request. While we wait for a fix here, can you give it a shot to using...

@enmy211 That's no good, something is still wrong there :) Can you give more details on your workflow from starting nvim to hitting the error? Keystroke for keystroke if necessary....

I can reproduce it. It looks like the buffer marks are not set correctly when `iron-send-motion` is called when a REPL is not yet instantiated. @enmy211 May I suggest that...

Hi, I'm working on a problem where I would be able to predict future values of the covariates. Of course, I wouldn't know if the event has happened. In particular,...

Setting `jupytext_fmt` to `py:hydrogen` results in the following error: ``` Error detected while processing function 41_read_from_ipynb: line 5: Invalid jupytext_fmt: py:hydrogen ``` This happens because py:hydrogen is not in `s:jupytext_extension_map`....