Jens Alfke

Results 140 comments of Jens Alfke

I think there are some category methods you can declare on NSArray, etc. but it's been a while since I did that. Generally you should use the latest SDK and...

Interesting; wonder why I haven't seen this. What version of Xcode is this with?

Could you file an issue in couchbxse-lite-ios describing the bug? _bgTask should never already be valid when -beginBackgroundTaskNamed: is called.

The error `#include expects "FILENAME" or ` implies you're building with a compiler version (or build settings) libmdbx isn't compatible with. I don't know where the `-Wpedantic` flag came from...

@gogolxdong -- You may be using an incompatible `make` tool. The errors reported in the first listing, like "`'case' is not recognized as an internal or external command`", come from...

@erthink says CMake must be used on Windows.

I'm running into this too :( It'd be great to get a fix... until then I'll try using the 'union' merge as you suggested.

[Here's how Jinja does HTML escaping](https://jinja.palletsprojects.com/en/3.0.x/templates/#html-escaping) I really like the `|`pipe syntax for filters; that would be a great feature to add.

PS: The format could easily accommodate both sizes, by amending the spec of [yamf-hash](https://github.com/AljoschaMeyer/yamf-hash) to allow 32 as a valid size. Then it would be up to the sender's software...

To be a bit more explicit about the savings: A _complete_ log from sequences 1–N can be stored as nothing more than an array of N payloads, plus the signature...