M. Noor Ravi Deevan

Results 14 comments of M. Noor Ravi Deevan

I tried it using the optimal way the service returned an error (I used systemd timer) ![image](https://user-images.githubusercontent.com/42968441/156774720-6e50b7bc-d525-454a-8126-92c822fa0173.png) ![image](https://user-images.githubusercontent.com/42968441/156774432-f6519640-437e-49e2-a747-18c367583f38.png) if I used my config it'll return this ![image](https://user-images.githubusercontent.com/42968441/156774606-2214acc1-22a3-4034-bc4e-c76881a54260.png) this is my...

@kristijanhusak Thanks for the reply I ran the command and got this result: ![image](https://user-images.githubusercontent.com/42968441/156784919-44325914-a589-4cfb-b568-0d7145f54069.png)

@kristijanhusak Seems to be working fine except the notifications? I'm unsure on how to test it

I managed to get it working-ish. I upgraded my neovim apparently it was quite old version. Managed to run it with no error on this command `/usr/bin/nvim --headless --noplugin -c...

I have the same issue I believe with a kind of different message ![image](https://user-images.githubusercontent.com/42968441/140502608-f9bb80da-2096-4608-8fbe-010a43269077.png) I tried finding out looking at the link that you refer about the ipc with the...

> I have the same issue I believe with a kind of different message ![image](https://user-images.githubusercontent.com/42968441/140502608-f9bb80da-2096-4608-8fbe-010a43269077.png) I tried finding out looking at the link that you refer about the ipc with...

You can take a look at the projects [here](https://github.com/excalios/garudahacks-namatim) I'm unsure as to why it happens not sure if it's my neovim config or tsconfig. My updatetime is 50 I'm...

![image](https://user-images.githubusercontent.com/42968441/143276881-62ae944d-44a0-4cea-a196-6c6b24e0c3ad.png) I just checked this and does this have anything to do with it? The "trying to cancel ongoing request with sequence number x". Edit: Something I also realized if...

So I think I found the problem but I don't know how to fix it. I keep trying to find what's wrong by deleting an import and then undoing it....

I had to tweak the code a bit to work on mine `value['root']` would show the first character only. So I had to change it to use `value` instead.