Sebastian
Sebastian
Brilliant, exactly what I was looking for! For convenience, I've added the following to my vimrc, I believe this might be useful to other looking for this: ```vim command! TMakeNeoterm...
Ever since the latest commit https://github.com/kassio/neoterm/commit/1283da9f078669593f3828e4345b68b59ee9740f this has stopped working. Upon `call neoterm#new({'from_event': 1})` on a manually created terminal, neoterm opens a new split (with new neoterm) rather than declaring...
Just to add, I believe the following line is causing this to happen: https://github.com/kassio/neoterm/blob/1283da9f078669593f3828e4345b68b59ee9740f/autoload/neoterm.vim#L34 Naivly, I've tried to call `call neoterm#new({'from_session': 1, 'id': l:id, 'termid': l:id})` instead of `call neoterm#new({'from_event':...
How do we best provide our opinions? Thumbs up? Comment? In general I think it is a good idea in general to set up some sort of donation option. I...
Has this issue been resolved? I stopped using pacman a while ago because of this bug but would if give it another go if this is handled correctly now.
Version 0.5 should be most stable in fact. In mixed species, it can happen that one species is in fact missing in one dataset which makes the pipeline fail. Could...
It look like the installed conda is not in your `PATH` and you might have another version of conda which is in the `PATH`. Could you try `echo $PATH`? Does...
Indeed, the path seems correct. Strange. I still think there is something wrong with conda in general.Could you try to install something in conda, e.g. `conda install samtools` or so?...
First of all, conda seem to work now, and this seems to be another error. This is a bit unexpected and probably has to do how conda resolves package dependencies...
I'm pretty sure you are on version 0.4, i.e. the current master. It is concerning that this is not working for you. Strangely, your `dplyr` version is 0.7.4 even though...