Chris Pinola

Results 15 comments of Chris Pinola

Ah thanks for pointing me towards the official images, found one in there that seems to work well. If checking in other friends isn't possible with the API, then the...

Just got this to work in Excel 2013. Here's what I did: 1. Followed the instructions in Build.bas. 2. Made sure to save my version of 'vbaDeveloper.xlam' _after_ `testImport()` ran...

If it's any help, here's an example event from our logs showing the CosmosDB API returning an HTTP 400 when attempting to create a document that is too large: ```...

It's very likely that I'm attributing causality where there is none between the occurrence of the CosmosDB write conflict and the application halting. That was merely the only noticeable pattern...

In this case I think if the app had crashed when that first ack failed everything would have self-healed. Propagating that exception might be a decent enough short term fix.