Danny
Danny
I want to add my zig-mode format experience here, given that it's very useful to have hints about my zig code, it doesn't play well with `undo-hist`, and cause it...
Based of the idea listed in this issue, I am wondering how doable it is to make `Cursive widgets`, which are individually compiled into dynamic libraries, that can be loaded...
Yeah I am having some similar issue, it was working when I wrapped my `Controller` Struct, which owns the `Cursive` Object, in `Arc`, which is unsafe when dereferencing. Then I...
If `choose` allow passing in an initial string, and `-p` will be the flag allowing for this mechanism, then pasting from clipboard can be done with `choose -p $(pbpaste)`.
From what I can tell you seemed to be using the wrong keymap variable. `winum-base-map`.
I would like to bring attention to column ordering, where a good example that I wish the order to be changed is switch buffer, where I think title before url,...
I see that my ideas are still flawed and a bit muffled. I have the following code snippets which I think will better illustrate my ideas about `add-observable-callback` and `set-data`,...
Thanks for the explanation. > I still don't understand the purpose of your proposed changes My proposed changes were really syntactical. I am still not clear with the following: >...
Okay, I dont think this is a flaw of the design of Alloy, or anything along that line. Like you said > the languages these systems are written in, including...
I think `vterm-copy-mode` (C-c C-t by default)may be what you are looking for, it may not be exactly how you would like to use vterm, but it does allow you...