Ryan Tam
Ryan Tam
hi sorry for the late reply.. i didn't implement that feature, if you are comfortable with typescript you can fork this repo and customise it yourself. here are some pointers,...
Moving line up and down beyond cell limit is not that trivial to implement correctly, I don't really have time these days to work on this sadly :disappointed: But the...
0.3.2 fixes the indent issue. Moving line beyond the cell should not be possible, what key are you pressing to do that?
Ah interesting. Here is a link to codemirror's sublime keybindings https://codemirror.net/keymap/sublime.js, according to this `CMD + CTRL + UP/DOWN_ARROW` should have worked, since it's the default keybindings (and this plugin...
Sorry I completely missed this, I just tried it on JupyterLab 3.0.0, it doesn't seem to happen anymore, is this still an issue for you?
Not exactly sure how I can properly introduce a failing test and then make it pass here, would like some guidance on this.
The test I was thinking was more along the lines of actually having a k8s cluster that can reproduce the behaviour of xcom container not started when base container has...
@eladkal Oh sorry, I wasn't aware the WDYTs were directed at me. I will work on the changes @dstandish suggested now.
@eladkal all green now, sorry for the wait. And thanks to whoever approved the start of CI for me :pray:
Hi! Sorry for the delay in replying, this plugin indeed does not respect `setup.cfg`. To make it respect it requires a bit more thought, if you are using jupyter lab...