Steven Allen
Steven Allen
Yes but that won't help. The issue here is that the swarm doesn't have access to information like this. One solution is to tell the peerstore about observed addresses. That's...
Yeah, you're probably right. Basically, we'd have: * Peerstore: Storage for peer addresses. * Peer routing: Source for new peer addresses. * Dialing decision manger? This is the special sauce...
It would be nice if avatars were displayed in the margin when using elemental style sender headers. That way, the sender automatically aligns with the rest of the text. It...
> That would be nice, and it would imitate Element further, but it doesn't seem like Emacs handles images in margins very well. But maybe this could be improved; patches...
@sandhawke recursive SPARQL query/patch support?
I've tried to keep this change as minimal as possible and stuck to default-enabled features. I'm also happy to extend it to (any of the) features that are currently default-disabled:...
I've updated the PR per the new description to: 1. Always define the `Config::wasm_*` functions. 2. Allow setting `Config::wasm_reference_types` and `Config::wasm_function_references` (I'm not sure if this second one is correct,...
Status update: I'm no longer working on the project that needed this PR so I'm going to close it for now. @alexcrichton thanks for taking the time to review this....
Merged #317 as an alternative fix.
> So if you called this with an ID that doesn't exist, you'd cause the node to iterate through all of them before returning an error. That's the reason it's...