adz

Results 153 comments of adz

> But it seems that it only support sorting by one field. Yes, that's correct! Currently we do not support multiple `orderBy` fields, also it is not a priority right...

What happens if I write: ``` blob_meta = false blob_data = true ``` ..? It's a stupid example, but maybe we can not express the config as booleans but as...

> Thought being able to configure "max_blob_size" would also be really good. As you would if you had a server accepting uploads. Yeah! That's a nice addition, don't think they...

Let's add `cargo clean` to our CI for now and link to this issue?

Out of the top of my head (no laptop with me right now) some rough ideas, probably need improvement: * Keep a new struct `Connections` / `Peers` etc. in the...

Related discussion: https://github.com/p2panda/aquadoggo/pull/502#discussion_r1298513559

Can you confirm if the issue only occurs with `~` home alias or for every absolute path?

Ah ja, that was indented as an integrity error (I've wiped my blobs folder or misconfigured my node) but I can see now that there's a valid case for requesting...

> Yeh, it's good info to have if you're debugging, but a bit scary if everything is actually fine. Maybe just pushing it down to debug is good. Cool, we're...

@sandreae Could you check this branch out and test if establishing connection between node works when you bind to the loopback interface (aka `cargo run -- -i 127.0.0.1`)? It doesn't...