Quang Luong
Quang Luong
You are right. #638 worked correctly at the time I created the PR. After I upgraded doom today, it behaved incorrectly like the way you describe (not sure about the...
> > Does your fix have the correct cursor position and work correctly when cursor is under end of line position? > > No, it does not have the correct...
@bram209 this thread has the workaround https://github.com/akermu/emacs-libvterm/issues/313. TLDR: add something like to your config. ``` (defadvice! +vterm-update-cursor (orig-fn &rest args) :before #'vterm-send-key (vterm-goto-char (point))) (defadvice! +vterm-update-cursor-boon (orig-fn &rest args) :before...
I love fully functional, DSL approach. However, it requires changing lwan quite a lot and implementing full-featured router. I'll keep this in mind when the library mature enough.
I wrote an extension for PostgreSQL, which supports basic read and write operations in case someone needs it: [jsonb.kt](https://gist.github.com/quangIO/a623b5caa53c703e252d858f7a806919)
Is there any progress on this? The root cause here is ZapProxy has a unique JA3 signature. The current workaround is creating an extra proxy that fakes the JA3 for...
Setting `enable_wayland = false` and `front_end = "WebGpu"` makes wezterm usable for me. Without `enable_wayland = false` line or using `enable_wayland = false`, wezterm can still start but it is...
> There will **not** native-comp cask version for now because I haven't find a way (and not sure if I can find a good way) to ship a cask build...