Jerry Wiltse
Jerry Wiltse
I was tempted by this idea several times also. However, I came to believe these are actually the kinds of features that we should leave out of the extension for...
Is there any documentation on this project which provides some guidance on usage such as topics like this? The test cases are abstracted to the point that it's very difficult...
I'm a novice C++ developer and had never used ASIO before, so I definitely want to share my perspective that the interfaces are not "very simple" objectively speaking. "Simple" and...
@sbelsky , Indeed, should have been a separate issue. Apologies. @berkus This is the kind of positive response I was hoping for. Since you've said you're planning on continuing it's...
I'm new to the community so not likely to be the best one to decide. Ask the folks in slack for opinions i think. However, personally I would never put...
For reader who have not voted, there's an "under review" feature request here: https://feedback.azure.com/forums/355860-azure-functions/suggestions/14634717-add-binding-to-key-vault
It seems to me that the current beta for Azure Managed Service Identity gets us most of the way there: https://azure.microsoft.com/en-us/blog/keep-credentials-out-of-code-introducing-azure-ad-managed-service-identity/ I haven't had a chance to implement, but it...
One great feature of this library is extensibility/modularity/composibility, because it is mostly based on extension methods. I was able to easily experiment with a few iterations of typed extensions internally...
Similar issue with `Result.Map` and `Result.OnSuccess` overloads. Rolling back to 1.7.1 fixes. Also adding this overload locally fixes `Map`, the `OnSuccess` equivalent probably fixes it as well: ``` public static...
Sorry, refactored out many commits ago :( I will try to create a reproduction later tonight .