David Justo
David Justo
Hello FastR team! **The problem** I have some R code that I can't seem to get _running as expected_ with FastR. So, I'm running this matrix optimization framework called "Morpheus"...
Azure Durable Functions orchestrator code invoked under `InvokeWithTimeoutAsync` (i.e under a timeout constraint) will not shut-down after a timeout when the user code is then invoked via `TryExecuteAsync`. The reason...
This PR is the culmination of several smaller PRs that originated here: https://github.com/Azure/azure-functions-powershell-worker/pull/746 This PR changes the Durable Functions logic in the worker to account for the possibility of an...
### Issue describing the changes in this PR resolves #issue_for_this_pr ### Pull request checklist * [ ] My changes **do not** require documentation changes * [ ] Otherwise: Documentation issue...
### Issue describing the changes in this PR From my last conversation with @Francisco-Gamino, I understood that we were dropping the use of `release_notes.md` from our PR-making process. Assuming I...
As in title, a PR should be made in the azure docs repo to document this new feature. Follow-up to https://github.com/Azure/azure-functions-powershell-worker/pull/786
#### What problem would the feature you're requesting solve? Please describe. The Function below does not get indexed (i.e recognized) in Functions V4, but was recognized in Functions V2. ```C#...
Other DF SDKs contain auto-generated API docs. For us, that's difficult to do since the SDK currently resides next to the worker itself, but we still should be able to...
As in title. We want to update the template to look like this: ```PowerShell # This file enables modules to be automatically managed by the Functions service. # See https://aka.ms/functionsmanageddependency...
As in title. This tracks the suggestion here: https://github.com/MicrosoftDocs/azure-docs-pr/pull/233981#discussion_r1220141242 The idea is to include a commented-out `Import-Module AzureFunctions.PowerShell.Durable.SDK -ErrorAction Stop` at the end of the `profile.ps1` template.