dozyio
dozyio
@alexbruno - another example of where noscript is required is with an SSR and infinite scrolling with none JS pagination as a fallback (as per Google guidelines). Enabling noscript like...
@tmorehouse thank you! That works - still seems like a hack around noscript though
Pushed the spelling fixes - thought I'd do it as a blog post as there hadn't been one for a while but yes feel free to move it to a...
See https://github.com/libp2p/universal-connectivity/pull/175
Also wondering this - any examples of a auto-dialer / peer manager?
Thank @achingbrain as always! Owe you a beer :) So PX only happens on prune, so if the number of nodes in the network is less than Dhi(?) then prune/PX...
I think I can see the issue with the initial peers not connecting with each other. I think its due to the libp2p peer store `peerStore` not propagating peers to...
@julienmalard Recommended settings for relay/bootstrappers here - https://github.com/libp2p/specs/blob/master/pubsub/gossipsub/gossipsub-v1.1.md#recommendations-for-network-operators. Seems to work well in my tests with nodes dialing each other Also to set the bootstrapper score you can do something...
@julienmalard It seems the Go implementation has the ability to relay https://github.com/libp2p/go-libp2p-pubsub/blob/master/topic.go#L186
Wondering if deprecated addresses are still removed when there is a server is listening on them? Will do some tests over the weekend