Steven Allen
Steven Allen
That's an unrelated issue, unfortunately. _This_ issue is about introducing a disconnect message to politely ask another node to disconnect from us (see the motivation). The other issue is a...
> I wonder how many other issues got closed that way... As far as I could tell, none.
> i wanted to avoid having to extend the multiformats repo, though it seems it's unavoidable. i'd advocate for both /memory and /pipe, even if we don't choose to implement...
> should these slots be named, then? i.e. /memory/foo should /memory be a path multiaddr? so we sandbox by peer ID but allow arbitrary named ports? I wouldn't make it...
If you're doing local testing, I recommend using a "mock network": https://pkg.go.dev/github.com/libp2p/[email protected]/p2p/net/mock#Mocknet.
You want multiple identities but one node? Every node will always have it's own identity. Are you sure you need multiple identities not just multiple protocols? Let's move this discussion...
> I believe we want identify in the base host, the autonat dialer wont work without it. What does it use identify for?
I'm seeing the same thing, but only with some company backends (??). Worse, it doesn't really appear to fully exit insert mode (keys still get inserted until the popup closes)....
Yes, I still can. 1. Open a scratch buffer. 2. Set the `company-backends` to `company-emoji`: `(setq company-backends '(company-emoji))` 3. Enable company: `(company-mode)` 4. Enter insert mode, type `:ta` in the...
So, I've been having some fun with this. **user-emacs-directory** (`~/.emacs.d`) You can change `user-emacs-directory` in a `leim-list.el` file dropped into the default load path (e.g., `/usr/share/emacs/site-lisp/leim-list.el`). This is a horrible...