Nick Vatamaniuc
Nick Vatamaniuc
Good catch @leonardb. I think we just need to add the option. It looks like we validate the network options so it's surprising it didn't blow up at https://github.com/apache/couchdb-erlfdb/blob/main/c_src/main.c#L514 from...
I see the logs are referring to paths `Type="Net2TLSConfig" ID="0000000000000000" CAPath="" CertificatePath="/etc/foundationdb/fdb.pem" KeyPath="/etc/foundationdb/fdb.pem" .../>` did it find both or are those just default values? To separate the values being mismanaged...
That's a good idea. We've even discussed it 7 years or so ago :-) https://lists.apache.org/thread/kvvjodld2ly0t9rrllfd4d27pwf43hy5 My comment from 2016 was: > There has been a surprising resurgence of compression research...
zstd support was merged to OTP 28 https://github.com/erlang/otp/pull/9316 and it has dictionary support If it fares well there for a bit, and we'd really like it earlier say in OTP...
I tried adding a mac os ci stage: https://github.com/davisp/jiffy/blob/master/.github/workflows/ci.yml#L40 running on `macos-12` and `macos-14`. `macos-14` seems to be arm based it seems: https://github.com/orgs/community/discussions/102846. The CI passes currently passes on those...
> I find hard to believe, 🤷 I just went by https://github.com/orgs/community/discussions/102846 from Jan 13 this year: > We are also making the macOS 14 runner image available to GitHub...
Thanks for checking @hlolli, much appreciated! Let's keep the PR open, it may need a longer investigation and may still be valid despite the CI on GH Actions passing.
> It's also a bit iffy as you decide if you build nouveau by presence of a `nouveau` file in your build root. This is not really how you do...
> You desperately need a [build system](https://openbuildservice.org/) that can handle multiple distros / repositories! 😉 Ha! that's cool, will take a look! I've been eyeing fpm for a while as...
Thanks for explaining, @hennevogel > But I just glanced at Makefile and build.sh I don't want to pretend to know what you do here Heh. The general idea is to...