Neil A. Dobson

Results 3 issues of Neil A. Dobson

I've spent a bit of time researching error handling with `useAsyncData` and I've found very little on this subject. In my app I have a page which views an article...

question

I've forked this repo and migrated the main context & test projects to net5. Also using DynamoDBLocal for testing. https://github.com/neildobson-au/linq2dynamodb Are you still maintaining this repo? Is it worth raising...

According to https://learn.microsoft.com/en-us/azure/azure-functions/functions-custom-handlers#response-payload when the handler response contains a Logs array, these are shown in the invocation logs. For example: ```json { "Outputs": { "res": { "Headers": {"Content-Type": "application/json"}, "statusCode":...