Jens Alfke

Results 86 comments of Jens Alfke

Do we need this for Apple platforms? It sounds like the same info that Xcode's debugger already shows. (At least item 1.)

That is a lot of overhead to add to production builds! I think I'd need to be convinced that this is necessary. I can see that it would be useful...

We really need performance testing in CI so we can see whether a new feature like this affects performance...

Jenkins iOS build is failing with `clang: error: unknown argument: '-fsanitize-ignorelist=/Users/mobile/..../couchbase-lite-core/Xcode/sanitizer-ignore-list.txt'` I'm guessing the Xcode on the build machine has a version of Clang that's old enough not to understand...

It would be easy to add an `activeOnly` option at the LiteCore level, as a new option key for `C4Replicator`. And it's also easy to add an equivalent to CBL's...

mbedCrypto has been promising to add Ed25519 for at least three years. I found a couple issues about it in their repo, and at least twice someone has submitted a...

Hm, I don't have Windows, or any experience in .NET development. Maybe @borrrden can take a look?

BTW this spun off from [this forum thread]( https://forums.couchbase.com/t/cbl2-index-how-to-have-query-use-a-specific-index/15934/10).

Try removing Type from the Type+RowID index. It may be inducing SQLite to choose that index because your query filters on that property.