Jonathan Barazany

Results 16 issues of Jonathan Barazany

Hi, Would be happy to get to a feature parity with .NET's Polly library. So far I'm using this library extensively.. and Caching policy is one part that is missing....

enhancement

Hi, I have a regular `express` API, which executes some simple flow involving a call to some dependency. I make use of the `traceparent` object available from `appInsights.getCorrelationContext()` and I've...

Hi, this is a tough one, appreciate your help; ## Setup - node: `v16` - application insights: `v2.1.4` - auto collection enabled (`dependencies`, `requests`, `exceptions`) - traces are sent via...

Hey, Given the following code: ```javascript try { return await this.redLock.using(resources, lockRenewalTime, options, fn); } catch (err) { // err is always "ExecutionError: The operation was unable to achieve a...

Hello, I have a list of items that should be pushed to a stream. Every push command, which is a batch push command, may accept a strict subset of the...

Hi, I've been using your VSCode extension for years. It's a great one. I'd be even greater if you would switch to using `System.Text.Json` instead of `Newtonsoft.Json`. Thank you!

I read all your documentation, this library looks amazing 🚀🚀🚀. You didn't mention anywhere if it can be used in a **non**-NextJS project? (like create-react-app for example). Thanks

Hi, Wondering, have you considered using the concurrent dictionary implementation of Nonblocking namespace? I wonder why it was not chosen if you did. Thank you

Hey, Could not find the place where the `parameters` are converted to their kusto types, as described [here](https://docs.microsoft.com/en-us/azure/data-explorer/kusto/query/queryparametersstatement?pivots=azuredataexplorer#specifying-query-parameters-in-a-client-application). For example, if I specify a date parameter: ```javascript clientRequestProperties.setParameter('startTime', new Date().toISOString());...

enhancement