Neil Broomfield

Results 15 comments of Neil Broomfield

The FindManyAsync method, uses the _bulk_get CouchDB endpoint, if I use Thunder Client/Postman and pass a deleted document id, such as: ``` { "docs": [ { "id": "rb-ct002110:017d33dd6cf4476f9e6e8604fd436c73" } ]...

I'm guessing it's by design, but poorly documented, there's some information on the _delete flag here: https://docs.couchdb.org/en/stable/api/document/common.html#get--db-docid https://docs.couchdb.org/en/stable/ddocs/ddocs.html https://docs.couchdb.org/en/stable/replication/conflicts.html https://docs.couchdb.org/en/stable/api/database/misc.html The most convincing bit would probably be the first link...

https://github.com/apache/couchdb/issues/3608#issuecomment-873263210

Hi, I've added the following to properties to my document as a workaround until this gets fixed: ``` // We add this property to detect deleted field returned from the...

@cdoky yeah maybe thanks. I'd just like to know what the **official** procedure is to renew a distribution certificate when you get an email from Apple informing you it's going...

@cdoky thanks, that's interesting information, however it all seems Apple and Xcode related, I've used fastlane/match to create my certificates, presumably I need to use fastlane/match to renew them but...

So, my certificate finally expired, I didn't use nuke because a) it sounds kind of dangerous and b) the certificate had been automatically removed from the developer portal. So instead...

> Before a distribution certificate expires, create an additional distribution certificate, described in Creating Additional Enterprise Distribution Certificates. You cannot renew an expired certificate. Instead, replace the expired certificate with...

@omerts in the end I found the matching provisioning profile in Git and deleted that and then re-ran match, which seem to work. It's shocking!!!!! how bad the match process...