André Staltz

Results 482 comments of André Staltz

I didn't look that far, I just thought `bacon` => `baconjs` would be a good replacement because people might get confused/annoyed with `import Bacon from 'baconjs'` but `convert.rx.to.bacon`.

Thanks for the stack trace. First we need more details: - Version of ssb-db2 used - Version of jitdb used - Version of async-append-only-log used And then it would be...

Thanks. I'm trying to figure out where is the prefix index used. Can you do an `ls -la` on the `db2/indexes` folder? That should show us which indexes you're using...

I don't trust [`createSeekPath`](https://github.com/ssbc/bipf/blob/10da81554a4fb270fe80030553e90699f0e310f4/index.js#L314) because it uses `Function` constructor with strings, and has security issues similar to `eval()`. Given that our current `slowEqual` is for prototyping (maybe its name should...

> how big is the log? are there records that match and also do not match? @dominictarr It's querying for msgs of type post, there are 23310 of those and...

Have you created an invite link and clicked it?

Can you give (lots) more details? Like the version of go-ssb-room used, the version of Manyverse, your operating system and its version, and anything else "unusual" about your setup which...

@rmdes Perhaps what you're experiencing is a chmod permission problem on the SQLite file. Also, note that the Docker in this repo is not maintained by the maintainers, it was...

I think there is an http endpoint that gives you the multiserver address, which includes the port of course. I'm on mobile now so I can't confirm this 100% but...

> Personally, I want to be sure we don't regress on this schema/format. Yeah, and I was thinking where to specify this format. Probably best will be on the rooms2...