Daniel Cazzulino

Results 360 comments of Daniel Cazzulino

That's the same argument you'd use for any banking app. Most such apps offer biometric unlock. It's also the same as Signal which also supports biometric unlock, and it doesn't...

This looks like a good addition, I'd like to see it merged (being from Argentina too) :)

Logged https://github.com/Azure/azure-functions-host/issues/6445 just in case it gets more visibility over there. Without some way of affecting the resulting output in some way, it's not overly useful for things like *validation*...

> So many duplicate threads on the same issue. Although IFunctionInvocationFilter, IFunctionExceptionFilter APis are obsoleted, shall We can consider using this until this ticket is addressed? @vijaymarada the only reason...

Just add this in a code file to your project, and it will Just Work ™️ after adding the relevant usings: ```csharp [assembly: FunctionsStartup(typeof(LoggingStartup))] public class LoggingStartup : FunctionsStartup {...

@mhoeger should issues related to APIs implemented in the [webjobs-sdk](https://github.com/Azure/azure-webjobs-sdk) be reported in that repo? (such as this one: https://github.com/Azure/azure-webjobs-sdk/issues/1314)

Definitely not working with Okta/webauthn via Remote Desktop (never even get the prompt, have both USB yubikey + windows hello configured for the account): ![image](https://user-images.githubusercontent.com/169707/142264231-1679b132-2dc4-4602-aad6-091d5e435474.png)

Ok, should be ready to merge as soon as the CLA is signed and conflicts resolved. Sorry for the delay!

Hard to say without a clean repro. Perhaps you could attach a binlog?

Perhaps. It would be a breaking change for folks and for branch commit count from fork point (if the branch remains 'master'), so perhaps this should go with a notice...