Filip Borkiewicz

Results 94 comments of Filip Borkiewicz

The function locks up in the blob-related code. https://github.com/planetary-social/ssb/blob/9f5526e77c0112430562381f1ab5e6bc29f8dbc4/sbot/status.go#L24 the list of all wants can't be retrieved because a lock is engaged. I am working on fixing this. This is...

Currently I believe the problem is related to one of those functions blocking indefinitely. https://github.com/planetary-social/ssb/blob/9f5526e77c0112430562381f1ab5e6bc29f8dbc4/blobstore/wants.go#L306-L307

I have not seen this problem in a while. I am keeping it open to still have it on our radar but I think those problems were at least partially...

It is my understanding that it is done.

https://github.com/ssb-ngi-pointer/ssb-uri-spec

Just to clarify this is what the protocol documentation states: >Clients, for compatibility reasons, have a main classic feed alongside the root metafeed. This implies that every client should have...

Ooops, I closed this because we were trying to clean up the tickets and the conclusion was "Rabble talked with trav" and the last comment was "Rabble connected with him"....

@rabble talked with Trav as fas as I know.

I have a branch which fixes those build errors @interfect but the code wasn't submitted here yet as it is not fully tested. See the top 2 commits. https://github.com/boreq/ssb/commits/no-fileio

@luandro I have no idea, my fix basically makes the whole thing compile with an old build tag which was supposed to be used on mobile devices and switch memory...