Szeraax
Szeraax
Sorry, I don't see how your title matches up to your description. Do you want the output cells to rendered with like a notebook wide .css style? I ask because...
@iSazonov asked for more feedback, so I'm back to share my issue. In my experience, a datetimeOffset with offset gets its offset totally blown away. The Ticks matches up to...
Agreed, this would completely solve my issue.
Wow, this is a bit of a wild read. I totally hadn't considered that different languages would pluralize different amounts differently. I wonder if its common across all imperial units...
I just successfully exported all my recipes to a zip file via web interface and was able to import them. Is there still any work to be done on this...
PowerShell used error codes 400-599 as their criteria when [they put retry logic in Invoke-WebRequest and irm](https://github.com/PowerShell/PowerShell/commit/15f6abe9446f6749f5e7949778f32c5d921f89b9#diff-9e8673bc737d91c9712fa4e7e5fef6aac6690999bcbd0777759563afd015c50dR1297). It looks like your implementation for [429 retries](https://github.com/PlagueHO/CosmosDB/blob/7ca25c5037b72268e53cdbbb4e261b171fca5c79/source/Private/utils/Invoke-CosmosDbRequest.ps1#L255) will retry indefinitely. That would...
Yes, definitely best to go most specific to least specific error in the catch block.
Ok, so this cmdlet just passes through the hashtable directly as seen here: https://github.com/PlagueHO/CosmosDB/blob/7ca25c5037b72268e53cdbbb4e261b171fca5c79/source/Public/documents/Get-CosmosDbDocumentJson.ps1#L146 Here is a proof of concept for what would need done to translate parameters to always...
I'll look at the tests and platyps stuff next week when I have some more time if you or other don't get to it first. Loving the module so far!...
K, I'll go update those.