LoipesMas
LoipesMas
IIRC Jupyter qtconsole is a standalone gui version of jupyter notebook (more or less). I don't think integrating it into Neovide would be a good idea. Being able to use...
I'm not sure, but it looks like with multigrid on, the popup is in the same position with nerdtree closed and open (when it should be moved to the right...
I probably don't have the expertise to be a maintainer, but I will gladly help as much as I can. I can also help manage the discord server if needed....
For me the problem was that when I downloaded the client secret from google's api it saved as credentials.json, so i moved it to uds folder and copied it to...
DELL Latitude e6540, same issue. Secure boot disabled, `/dev/cpu/0/msr` exists, Debian 10
`wrmsr 0x64b 0x80000000` results in `wrmsr: CPU 0 cannot set MSR 0x0000064b to 0x0000000080000000`, even after `modprobe msr`.
Hey everyone, it has been... *a while* :sweat_smile: But I decided to get back to it and finish this finally. Let me know if there are any problems. But if...
@last-partizan IMO it's ready to be tested by users. Any improvements can be made incrementally in the future. I didn't want to merge it all by myself, so I was...
> To that end, I would like to humbly request that `neovide_refresh_rate` and `guifont` be added to the config file, overriding whatever is set in Neovim @Hubro That would be...
For a (relatively) simple performance improvement we could replace std with [tokio](https://crates.io/crates/tokio) which is async. I'd argue that it's better to rewrite it sooner than later, because you have less...