programmarchy

Results 4 issues of programmarchy

Adds TypeScript definitions for this module.

This is a redux of https://github.com/mjmlio/mjml/pull/2591 which should satisfy the linter.

It does not seem possible to authenticate with MFA using `okta-auth-swift` and `okta-oidc-ios`. I'm able to get a `sessionToken` after successfully verifying MFA with a passcode (using Google Authenticator), but...

analysis

Is it possible to detect unhandled exceptions with Gendarme? I want to see if none of the callers catch an exception of a method which throws, causing an uncaught exception...