nichoth

Results 35 comments of nichoth

> update ssb-server to use db2? It previously had a migration process to use flume That's a good idea. My concern is if anything breaks that uses the current ssb-server....

I've started this one -- https://github.com/planetary-social/ssb-server2/tree/initial however, it's difficult to get muxrpc working correctly. If i run `node test/cli.js`, it returns ``` Error: method:publish is not in list of allowed...

I've always used [single-page](https://github.com/substack/single-page#var-showpage--singlepagecb-opts) which passes you the previous scroll position when the route changes, but it is a lower level module. I would like to better encapsulate this functionality,...

It makes sense for scroll position to be part of UI state like everything else. We need a hook somewhere during page changes that gets the scroll position when someone...

Thanks for the reply. I had forgotten that I was doing this; so I'm getting re-acquainted with this also, and I don't remember all the context for this issue. To...

Ah ha thanks. I think I remember briefly chatting about this. The main thing being that there is no programmable way to check if a UCAN with a given cap...

Now that I think about it; the parent UCAN is just a string in the `proof` field, so there is nothing to check as far as a merkle-list is concerned;...

Thanks for the explanation. > Now that I think about it; the parent UCAN is just a string in the proof field, so there is nothing to check as far...

Thanks for pointing me in that direction of the test. I will probably look at it later today