Roland Kuhn

Results 151 comments of Roland Kuhn
trafficstars

This looks like a good solution for capabilities. It would be good, though, to document the factorization approach prominently such that nobody is tempted to make Ordering coherent, otherwise we’ll...

if `channel.push` is blocking then this needs a redesign; if not then there is some ignorance which needs fixing on my part ;-)

Yes, @MarcoPolo, that was what triggered my question. If we concede that cloning is expensive and that consumers may want to own them, then some traits should be changed to...

That’s a cool project @bnewbold, I might want to have a look and possibly contribute! Regarding this block store: sqlite is fundamentally synchronous, so there is nothing to be gained...

Sharing sqlite is done by opening multiple Connections, so I don’t think there is a necessity to add an API in the block store (this is also done in ipfs-embed...

The blob store is an internal feature that was added to support state snapshots in `@actyx/pond`. If we want to move this further along towards a general purpose blob store...

This would be a fatal error for `run` jobs in that they’d stall until the app is restarted, right? This smells like a case for third party supervision, i.e. the...

@Kelerchian The infrastructure is already there, right?

Let’s try to complete this soon — we need to get back to releasing. @jmg-duarte could you also review regarding the current state of affairs?

Background: if for some buggy reason we try to emit an IPLD block >2MiB, then writing it locally will succeed but any attempt to bitswap it to a peers will...