Marcus Pousette

Results 77 comments of Marcus Pousette
trafficstars

Idea: ``` f ( resources ) -> R^1 ``` Scale slots with ```f```, so that in the leader election routing, it is more probable to become a leader if you...

Network would reach appx census about ```f```, i.e. there would be a deterministic way computational resources ( vector of numbers ) can be translated result in slot width (a number),...

i.e. ``` f: R^n -> R^1 ``` where n is the amount of capacity features. In the future we can make "f" adaptive to the task at hand. "f" for...

okey! When I look at it, the challenging things with OPFS is that there are no prefix, query capabilities for finding all files with certain prefix, which seems to be...

Possible solution. Make one tab "parent" and the other ones "children". When parent tab closed down, make one of the children the parent. All requests from the parent are done...

> You can use craco to fix the issue in your React app https://github.com/waku-org/js-waku-examples/blob/master/relay-reactjs-chat/craco.config.js Thank you for the input! Looks like that would solve this issue also (though still a...

> > new hot typescript protobuf ESM library got released > > Thanks for the heads up. We'll be benchmarking performance of the new library. > > Ideally we can...

> can you rebase pls done! the rebase took some months to perform.. @hugomrdias

When the stop timeouts, I have one connection left with 0 streams, remoteAddr: '/ip6/::ffff:7f00:1/tcp/56327/p2p/12D3KooWApN6mEB5666wTpqpzkgcKXC7kgMxmm7CAWRiD3WAg4Yv' direction: 'inbound' encryption: '/noise' multiplexer: '/yamux/1.0.0' transient: false

Closing the `connectionManager` component before all other components seems also to fix the issue ```ts async _invokeStartableMethod(methodName) { const timeout = new Promise((resolve, reject) => { setTimeout(() => { reject('timeout')...