Results 74 comments of Ben Alex

Unfortunately I'm about to head overseas for a week so cannot address this until back. @at055612 enhanced musl detection logic is in 3136919. @wardle thanks for looking at this. I...

> provide all command line options via `REPOSILITE_OPTS` environment variable Thanks, that is a good approach. > I'll add --silent flag to the command, so you can mute it >...

@wardle The main challenge with Netty support in LmdbJava is that I don't use Netty, didn't write the original integration, and lack familiarity with it more broadly. Unfortunately, no one...

Thanks @wardle for the additional information. #259 is not intended to remove the pluggable buffers. They will be around for a long time yet. My initial reaction was more reflecting...

No, you need them before any exit from the method (be it reaching the end of method, `return` or `throw`). They are zero cost as they are no-op methods which...

We have to maintain a fence for the passed `key` and `value` until after: 1. The native call completes 2. The key out processing completes (which is not shown in...

> please let the owner @benalexau to judge this LmdbJava is a community project with [27 contributors](https://github.com/lmdbjava/lmdbjava/graphs/contributors) over nine years. While I'm currently the project's maintainer, decisions about licensing and...

Most people would agree that [storch-lmdb](https://github.com/mullerhai/storch-lmdb) is a derivative work of LmdbJava. That said, @mullerhai has expressed interest in contributing it back to LmdbJava multiple times, though that work remains...

A re-reading of the [Apache 2.0 license](https://httpd.apache.org/docs/trunk/license.html) makes clear that under clause 4(d), [LmdbJava's NOTICE.md](https://github.com/lmdbjava/lmdbjava/blob/master/NOTICE.md) must be included in the `storch-lmdb` repository's notice file when redistributing a derivative work in...

Open source thrives when contributors respect the licenses that make collaboration possible. License compliance isn't pedantic. It's the foundation that protects everyone in the ecosystem and enables sustainable development. You...