Steven Allen
Steven Allen
I reported this to at https://github.com/company-mode/company-mode/issues/578 but apparently this is an issue with company-auctex. Basically, if `company-minimum-prefix-length` is 2, typing `\l` and then backspacing should show _no_ completions (there's only...
Currently, services-mode displays the *template* but not instantiated templated services. For example, it lists `getty@` but not `getty@tty1`. Also, hitting `RET` on a template doesn't do anything useful (it opens...
To mirror the GetProperty method.
When re-tagging messages and/or searching in thread mode, it would be really useful to be able to color messages matching/not matching the current virtual folder query.
Currently, buffers moved from one window to another remain in the first window's history. This means that cycling through that window's buffers will bring the moved buffer back. It would...
It would be really nice if there were a way to convert Ints from/to byte slices (i.e. MSB/LSB encoded integers). Currently, I'm just doing a bunch of shifts and adds...
It turns out minibuffer buffers are reused. Seems a bit nuts, but that's how it is. Unfortunately, this means the `post-command-hook` registered by this library sticks around. To reproduce: 1....
https://github.com/ipfs/interface-js-ipfs-core/blob/v0.103.0/SPEC/KEY.md#keyimport However, libp2p uses a custom format that may or may not be convertible to PEM.
(moving a discussion from a private conversation to somewhere more public) Libp2p performs quite a bit of complex parsing, which has occasionally lead to panics at runtime. When uncaught, these...
Currently, it waits for _any_ connection, then returns. Unfortunately, this means that if the user calls `host.NewStream(peer)` to try to get a new stream to a non-connected peer, we'll _fail_...