REmerald
REmerald
> These are great changes! Thanks! The `vim.opt.formatoptions:remove("cro")` doesn't seem to work either Figured out why and fixed it, now you don't have to use autocmd
Stopped working on sway after upgrading `wlroots (0.15.1-6 -> 0.16.1-2)` and `sway (1:1.7-10 -> 1:1.8-3)` on arch linux. Output error is the same. UPD: I noticed also `libxkbcommon (1.4.1-2 ->...
> The main issue is that neovide uses forks of older versions of libraries which has issues on most wayland implementations. And that's because the devs have been waiting for...
Seems to be no longer needed.
`7.2.1` no longer works on sway. (Just installed it from AUR.) ``` [remorin@chuwawa:0 ~]$ paru -Qii onlyoffice-bin | grep 'Version' Version : 7.2.1-1 [remorin@chuwawa:0 ~]$ onlyoffice-desktopeditors This application failed to...
@clayrisser, I was referring to `7.2.1` and showed it in the pacman wrapper output. By "installed from AUR" I also meant that I changed to the commit of the PKGBUILD...
@akinomyoga Updated, works now (the behavior now is the same as pure bash). Thanks. Works with both `./manage.py m[TAB]`, `Documents/.../manage.py m[TAB]` and `/home/remorin/Documents/.../manage.py m[TAB]`. (Haven't actually tested the last one...
@akinomyoga the issue is still present if I try to execute the file indirectly (as an argument to the interpreter): ``` [remorin@chuwawa:0 antih]$ ah_env/bin/python manage.py mbash: manage.py: command not found...
[Turns out, this is the freeglut issue.](https://github.com/benl23x5/gloss/issues/54#issuecomment-1880201305) Is glut library required? (Can't find it in the dependency chains.) Maybe it's possible to use something else as another backend?
Also, for some weird reason (in `exec_always { ... }` block) `'notify-send "\\""'` prints `"`, but `'notify-send "\\'"'` prints `\'`. `'notify-send "\'"'` doesn't print at all.