依云
                                            依云
                                        
                                    I just typed `。` at https://draftjs.org/ and the whole page became blank....
This has occurred to me yesterday. `chattr -i` the path mentioned twice fixes it (for once). It seems that somehow bedup left those attributes last time.
I've finally got some ideas on this issue. When I only dedup one filesystem it works perfectly, but as I use the same database for multiple filesystems this issue may...
I've also switched to zoxide. I imported my entries to it and have a `j` function: ```sh j () { if [[ -t 1 ]] then z "$@" else zoxide...
Ah, it happened again someday last week, after so long a time since last time.349 entries was removed, file size shrank from 93K to 77K.
FYI, I haven't had this issue for more than one year after I changed the temporary file to the same directory as the data file. The patch is: ```diff ---...
I find that actually I opened a pull request #495 with the change last year, but it went unnoticed.
I have mouse cursor flickering too, with Arch Linux, compton from official repo, integrated Intel graphics (CPU is i7-7700HQ), with an HDMI monitor connected. It works fine if I disconnect...
It works for me with vim 8.1.1933 and alacrity 0.3.3. Try `:echo &t_Co` and see if you get `256`.
It's a nice idea, but targeting specific filetypes is not very easy because the highlights are local to windows. It's doable, but it's long since last time I touched the...