Steven Allen
Steven Allen
I mean icicles, fido, icomplete, helm, vertico, etc. I assume that means you use the default one. I can't seem to reproduce the issue. Do you have any other buffer...
Oh, now I see what you're doing. Unfortunately, it seems to work fine here for me (both with multiple monitors and with multiple workspaces on a single monitor). What Emacs...
Wow, I didn't even realize there were two variables here. I just always set both of them. 1. `exwm-workspace-show-all-buffers` seems to be focused on which buffers to show in the...
I agree, that's what it _should_ do. The fact that it doesn't seems like a bug.
One of the biggest issues we have with badger is performance in _large_ datastores. That's harder to test, but it would be nice to see how this performs at 1TiB+....
@ribasushi pointed out that we only store the multihash, so it's 36 not 38 bytes.
> Won't key collision handling mean that every Put needs a Has before it? Internally badger is doing its own Has for every Put, so we'd end up doing even...
I see. This isn't touching blockstore semantics at all, it's just abstracting over badger.
You can do this by: 1. Removing the default `/ip4` listen addresses. 2. Adding `"/ip4/0.0.0.0/ipcidr/0"` to [`Swarm.AddrFilters`](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#swarmaddrfilters).
Yeah. Unfortunately, this is a really edge-case feature that's not _too_ difficult to achieve otherwise. If you wanted to test IPFS without IPv4, I'd recommend just disabling IPv4 at the...