Benjamin Saunders

Results 929 comments of Benjamin Saunders

In particular, in the presence of such a mechanism I think both the "network" and "affected_users" keys would be best replaced by indirect lookup through that same mechanism, because it...

Was there any interest in a more robust and rigorous approach to determining affected users, as [previously discussed](https://github.com/matrix-org/matrix-doc/pull/2162#issuecomment-510162427)?

Weirder still, depending on *when* I run that code in my program, even with 20 dbs sometimes the process instead aborts with: ``` mdbx:8576: mdbx_cursors_eot: Assertion `stage == MDBX_MC_SIGNATURE ||...

This is a blocker for me as well, though unfortunately I can't commit time to implement it. e: Actually, I can work around this by just embedding the value data...

It would be very helpful to have something exposing the contents of `XDG_DATA_DIRS` with the project suffix applied (or indeed at all).

Something like the above proposal, extended to `ProjectDirs`, would be very useful.

> // the subjectAltName extension is mandatory I did find this, but it wasn't obvious to me where the requirement arose from. > The place where the error happens is...

It should be tested first, and I'd like to see the discussion points addressed. Especially given that the QBVH isn't shared, I'm not sure it's worth the trouble vs. just...

That does look better. It might take some creativity to make composing dispatchers ergonomic (so that independently implemented custom shapes can be used without the end user writing a ton...

Consider two libraries that define custom compound shapes, and an application that wants to use both. Ideally the application, which does not itself define any custom shapes, should not have...