Melroy van den Berg

Results 923 comments of Melroy van den Berg

Can the answer be updated already on https://github.com/orbitdb/orbit-db/blob/master/FAQ.md#database-replication-is-not-working-why?

@TomerAmirV @YehonatanVonage No string matching won't work in this case. Since a boolean is NOT a string (makes sense, it's not the same type). I tried to use your Status...

Linux build would be nice as well.

Yeah, properly. But now we have the source code! Yea!

> Most of these warnings seem to come from `-Wconversion` which I wouldn't recommend personally. There are indeed a lot of warnings coming from sign-conversion. But also dozens of warnings...

Wauw, this is really helpful thanks for your insides and explanation! I saw you already made some changes https://github.com/commonmark/cmark/pull/436/files

> In my opinion, -Werror should only be used for CI tests. I got conflicting answers on that discussion: "You should really compile with -Werror which will prevent your compiler...

I would really like to see a Docker container as well. Thx!

`--ignore-certificate-errors` is deprecated and was replaced with `--ignore-certificate-errors-spki-list` If i'm not mistaken. Are these self-signed certificates or something? [More info](https://security.stackexchange.com/questions/188037/is-there-a-way-to-use-private-certs-for-accessing-private-websites-that-doesnt)

> The problem with ::ffff:172 comes from merging IPv6 and IPv4. > Disable IPv6 with > echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6 > and for future > echo net.ipv6.conf.all.disable_ipv6 = 1 >...