lampersky

Results 14 issues of lampersky

fixes #10849 this is how it works: https://user-images.githubusercontent.com/6403130/179355188-7f62d94a-532b-4e02-b18d-9a1e45772c2e.mp4 /cc @Skrypt

Needs Triage

I'm getting **InvalidOperationException** when using **responseWrite** scripting method. ``` info: Microsoft.AspNetCore.Hosting.Diagnostics[1] Request starting HTTP/1.1 GET https://localhost:5001/workflows/Invoke?token=CfDJ8Eccv2rzJ8pOsQGIv-oI-6cWwyOvjunMaqTWq_jcEcY0NkLbf5JNyYB2ZbY1fj27bFXUunUUNKXl2FSfHa4zfffO0VytS91u4s7j3ozewqW_M_JPrPST0i4urJCrPTzFKoIvKA95lC1Pl0SashQXbhL_9TaWCOiK6YaNYRwGWkGY8jf8HENyNCOWm3aqD8PCDO2lpbnTr4ky9_GWDQTkMrbxTkqYMVQE41AM-0ez343a - - Microsoft.AspNetCore.Hosting.Diagnostics: Information: Request starting HTTP/1.1 GET https://localhost:5001/workflows/Invoke?token=CfDJ8Eccv2rzJ8pOsQGIv-oI-6cWwyOvjunMaqTWq_jcEcY0NkLbf5JNyYB2ZbY1fj27bFXUunUUNKXl2FSfHa4zfffO0VytS91u4s7j3ozewqW_M_JPrPST0i4urJCrPTzFKoIvKA95lC1Pl0SashQXbhL_9TaWCOiK6YaNYRwGWkGY8jf8HENyNCOWm3aqD8PCDO2lpbnTr4ky9_GWDQTkMrbxTkqYMVQE41AM-0ez343a - - OrchardCore.Modules.ModularTenantRouterMiddleware: Information: Begin...

it would be great to have additional switch inside **HttpRequestTask** and **HttpResponseTask**, which will allow users to choose if content is binary or not, currently both tasks allow us to...

stale

fixes #11953 /cc @sebastienros

I've noticed that configuration stored in **appsettings.json** is not binded in many places: - SmtpSettings, - FacebookSettings, - GitHubAuthenticationSettings, - GoogleAuthenticationSettings, - MicrosoftAccountSettings, - AzureADSettings, - ReverseProxySettings, - TwitterSettings. It...

bug :bug:

@rjpowers10 could you check if this will fix the issue #15275 I've aded a few variables: ![image](https://github.com/OrchardCMS/OrchardCore/assets/6403130/8f882481-fe9a-4cd1-b653-8fa0df5d5913) Here it is my `Default\appsettings.json`, as you can see I have correct value....

fixes #15310 and maybe https://github.com/OrchardCMS/OrchardCore/issues/14050 (it would be good to check @Piedone) For now I've marked a few methods as obsolete, but IMO they can by removed, because they are...

dontmerge
Needs Triage

fixes #9444 @barthamark I faced the same issue, and fixed it in this PR. /cc @sebastienros or @jtkech