Shahzeb Imran
Shahzeb Imran
I have been playing around with generating a nice graph view from the `--graph` output. It would be nice to have the "virtual" or "ghost" notes as you've described be...
I have been wanting to implement a fix for this. I have noticed a general lack of responsiveness when dealing with the horizontal scrolling as I read a fair bit...
Checks are failing because the method I've implemented requires API level 23 and minimum is set to 14. To fix the flickering I think it would require the action bar...
Can anyone provide advice on how to allow the Toolbar to overlay the content so that there is no flickering when scrolling? I have tried adding `requestWindowFeature(Window.FEATURE_ACTION_BAR_OVERLAY)` in the `ReadArticleActivity`...
@Strubbl I believe it is now ready for review. I have tested this code with the theme fixes in #730 and it fixes the action bar colour. Seems I was...
FYI, I have found a repository [supersaiyanmode/PyWebOSTV](https://github.com/supersaiyanmode/PyWebOSTV) that claims to implement mouse control. Haven't tested it yet, but I plan to take a look at it in a few days...
I ended up quickly testing the input commands and they seem to work alright. I am happy to have a go at adding the extra functionality in a few days...
I am having the same issue. Commenting out `clipboard = "unnamedplus"` in `core.options` fixes the problem. It appears that it is an issue with neovim itself, as the issue persists...
Thanks for the heads up, I'm well aware of that. I was just trying to track down this issue. I don't think I can live without the system clipboard unfortunately...
Seems to be a [well known](https://github.com/neovim/neovim/issues/17919#issuecomment-1083040378) issue with wayland, although it seems to have gotten worse than the reports in those threads from the looks of it. It is because...