Kent Sutherland
Kent Sutherland
I also landed on this issue after migrating from the V1 to V2 OAuth endpoint in hopes of Outlook.com users working through the same flow as Office 365 users. I...
I'm seeing something similar happen. My guess is this might be happening because kube-dns is being killed before the GCloud client is used, so it fails to resolve the host...
Also, if I copy and paste the last part of the implementation of handleInsertObject:forCollectionKey:withMetadata:rowid: from 2.7 into 2.8, the behavior returns to what I would expect.
Thanks for the explanation. Is this something I should worry about in 2.7.x as well? I didn't notice this until I tried out 2.8.
Thanks, good to know. In case anyone else runs into this, I worked around this by not calling `removeObjectForKey:` on keys that were about to be re-added. So instead of:...
You can specify a custom tokenizer by doing something like this: ``` objc [[YapDatabaseFullTextSearch alloc] initWithColumnNames:properties options:@{ @"tokenize": @"unicode61 \"tokenchars=!#$%&?\"" } handler:handler versionTag:@"1"]; ``` You can replace `unicode61 \"tokenchars=!#$%&?\"` with...
We ran in to similar issues with multiprocess support as documented in #471. Rather than writing changesets to the database, we experimented with using XPC to pass changesets in-memory. This...
I suspect what he's talking about is how `defaultSerializer` and `defaultDeserializer` are using the now-deprecated variants of `archivedDataWithRootObject:` and `unarchiveObjectWithData:` rather than the newer ones that expect to use secure...
One solution is to throw in some `#if` checks like the following (I think I got the versions correct). That way it's ready and for the future and anyone compiling...
We would find this very useful as well. Customers often send screenshots inline and it's much easier to follow along in HTML mode, but the quoted text gets in the...