Tim Tucker
Tim Tucker
All the Azure Functions examples are focused on wrapping http triggers. Can we get an example for correlating the logs associated with the invocation of an Timer Trigger function? https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-timer?tabs=in-process&pivots=programming-language-javascript
- **Package Name**: @azure/cosmos - **Package Version**: 3.16.3 - **Operating system**: - [X] **nodejs** - [X] **typescript** **Describe the bug** A clear and concise description of what the bug is....
**Is your feature request related to a problem? Please describe.** The Cosmos SDK bulk and batch calls both take in OperationInput[] to perform actions. Items.bulk returns back OperationResponse[] Items.batch has...
## For Maintainers Fixes MSAL issue: https://github.com/AzureAD/microsoft-authentication-library-for-js/issues/6851 ### What? Make the reference to window.history.state.__PRIVATE_NEXTJS_INTERNALS_TREE in applyUrlHistoryPushReplace null safe. ### Why? All other references in app-router.tsx include checks that would prevent...
For handleError, it's unclear from the documentation what will happen if you throw an error from within the handleError method. Is the following enough to abort execution automatically? handleError(context) =>...
I use this for local development with Azure Functions and have noticed that increasingly the proxy is unable to reconnect after the target server is shut down and restarted. Sequence:...
Data from mime-db also includes extensions -- would it make sense to have a second method that evaluates if a file is compressible based on its extension? Looking for a...
"timeout is the maximum time to execute an operation. It has Buffer type because timestamp in Hive has capacity 64. So for such value, you should use [node-int64](https://www.npmjs.com/package/node-int64) npm module."...
Reading through and the documentation doesn't seem to be clear on how to handle long running processes that fetch data at intervals over time. The "hello world" paradigm that we...
### Core Library MSAL Node (@azure/msal-node) ### Wrapper Library Not Applicable ### Public or Confidential Client? Confidential ### Description When azureCloudOptions and tenant are both set, authority (and known authorities)...