Richard So
Richard So
I have it working in tensorflow 1.15 and keras 2.3.1. Some warnings might pop up, but they do not break the code.
Probably a bit late, but here it goes... you've probably done `pip install simplenn`, which is incorrect. First, you have to download the simplenn repository: https://jobim.ofai.at/gitlab/gr/simplenn/repository/archive. Then you can unzip...
I have the same issue, seems to happen most often when I am spamming Ctrl-D/U to scroll through my code. No red error messages or anything, just kicks me back...
Yes, spamming those keybinds while the LSP is loading usually spells trouble. This is my config with lazy.nvim (pretty barebones): ```lua { "karb94/neoscroll.nvim", opts = { easing_function = "sine", },...
Update to this thread, I realize that this issue happens even when I am scrolling with my mouse wheel as well, even with this plugin removed. So if others experience...
Haven't pulled the latest commit yet, but on `~/.local/state/nvim/log` I see: ``` ERR 2024-02-09T10:26:18.125 ?.4867 chan_close_with_error:653: RPC: (null) ``` That's all, and it occurs every time I crash when scrolling...
Since it's also happening with mini.animate, I suppose this is a neovim issue? However, if I run `nvim --clean` and I begin scrolling quickly I never run into this issue...
After a very long time of investigating which plugin would be causing this (so long in fact that I don't want to admit it), I pinpointed the cause to be...
Apologies! I am pretty busy with stuff atm, so I will get back to this once I have the time (probably not until this summer). Feel free to build off...
Sorry for never getting back to this lol, frankly my interests waned in implementing this fully (and with discord rich presence in general), so I won't be finishing this anytime...