gorillapower

Results 6 issues of gorillapower

I have some large data that I need to pass to a template. My thought was to use streams and/or `IAsyncEnerable` features to iterate and/or access the data effeciently. With...

Im trying to follow the steps to create a custom trigger from the wiki here, https://github.com/Azure/azure-webjobs-sdk-extensions/wiki/Binding-Extensions-Overview, but it seems the link to sample project `Sample.Extension` is missing? I see it...

Needs: Triage :mag:

### Source/destination JSON ``` javascript [{"item":"two"},{"item":"two"},{"item":"two"}] ``` ### Expected behavior Executing `JToken.SelectTokens("$.*")` on a valid JSON array should produce multiple JToken results ### Actual Behavior ``` Newtonsoft.Json.JsonException: Property '*' not...

Is it possible to support ignoring whitespace characters at the beginning of a stream?

It would be really useful to have a code analyzer to display a warning/error for any unhandled instance of `OneOf`. If a developer forgets to handle a `OneOf` result (besides...

Are there any plans to implement a [`ReplenishmentRatelimiter`](https://learn.microsoft.com/en-us/dotnet/api/system.threading.ratelimiting.replenishingratelimiter?view=aspnetcore-9.0) version of the current Redis Ratelimiters? In my case, im trying to prevent 429s on a downstream api endpoint, but it looks...