Henry
Henry
Why are there no version git tags on the repository and no changelog? It feels like releases are totally random and I'm unsure what qualifies for an update for my...
I see a lot of code doing concrete type assertions on `*models.User` to get Role or user ID. This tight coupling is a problem when developing extensions. I purpose adding...
It feels like bindata/assetfs is treated like a 2nd citizen next to direct filesystem access. A lot of code just assumes `app/views` is next to the binary or it has...
known problems: - [ ] fix /blobs/get - ssb-ws@5 somehow doesn't open the http server by default anymore - [ ] [email protected] exhibits EBADF error (but somehow works) https://github.com/ssbc/scuttlebot/issues/581 -...
I totally punted on this for now, mostly because go-sbot was intended as a pub for the most time where gossiping happens naturally with the incoming connections. My other fear...
This might happen because of a _local duplication_ bug (some messages are append twice) in the verify logic. It is a fatal error because it cripples replicatio. Tthe system thinks...
It would be really good to cover more of the unchecked tests in https://github.com/cryptoscope/ssb/pull/72#issuecomment-765297854 but mostly I'd love to see this stuff: 1. [ ] Update the vector clock /...
So the old problem of _how to remove the signature form the pretty-printed message_ is coming back to haunt me, again: ``` Diff: --- Expected +++ Actual @@ -1,2 +1,2...
Right now we can only listen on ONE network address for incoming connections. It would be rad to have multiple ones with different connTrackers (localhost with no limits, public with...
Wanted to document this for a while. This is one of the core reason why go-ssb is so wasteful with RAM. ## turn luigi into a pattern We use the...