gorillapower

Results 15 comments of gorillapower

Ok great. As well as having `IAsyncEnumerable`, do you envision having support for streams on input and output data? IE having a readable output stream that can be saved to...

Ah yes, I ran a test with TextWriter saving to a File, which looks to be working great. However, I have an input parameter that is an IEnumerable that is...

Will this be merged in the next release? Is there a work around for now? I need to access some injected services from my Durable Entity static Run() method.

Anyone have an example for this?

I managed to get it to work by using JQuery and off(). ...after list has been dynamically regenerated `$('#search').off().hideseek()` Rebinds hideseek() after removing all events from the element, not possibly...

I would also like to make use of streams as we have a large data set. Is this possible today?

Ah, well noted. I guess my thinking was to try and have the engine read the input parameters as stream data and then have it return the result as a...

I having success with the output streams, thank you for the direction. However, for the input model, I have a property `body` that returns an `IEnumerable` using `yield return`. Notice...

Can this be merged? its been more than 6 months?