Vi Retault

Results 9 comments of Vi Retault
trafficstars

I can reproduce on Arch Linux with vim 8.2. It seems to be a duplicate of #181, but I don't know Chinese.

To support this we would need to check for this message invitations and invite the user in a room with the bridge as soon as there is such an invitation...

Don't put in in a `require('markdown-preview').setup {}` block, just use: ```lua vim.g.mkdp_browser = "C:/Program Files/Google/Chrome/Application/chrome.exe" ``` in your markdown.lua

Is there any news on this? Autoreload is still missing after 5 years.

I found a workaround to this issue : first type the language, then go to the beginning of the line and add the backticks, like so: ``` 1 python 1...

I have the same issue in 1.7.1 with podman 5.0.0 on Arch Running `pacman -Syu` always crashes the container (corrupting pacman database) during "Processing triggers" like mentioned in #1312 Maybe...

Thanks! I couldn't reproduce the issue with a freshly pulled archlinux:base-20240101.0.204074 image. I noticed on the container with the issue that `/usr/share/libalpm/scripts/distrobox_post_hook.sh` contained 64 times: ```bash #!/bin/sh echo -e '#!/bin/sh\nexit...

To avoid clearing the screen, the scrolling done by the terminal can be taken into account by updating the internal buffer. With Crossterm, I'm using this function to avoid clearing...

I'm having the same issue, I think it's related to #5216 Xonsh seems to disallow subsequent exec calls, even if they do not lead to infinite depth recursion. If your...