mcetkovsky

Results 4 issues of mcetkovsky

There are lot of pages, acronyms and stats which has no explanation what the stat/metric tracks, how it is calculated (if it is not clear from its title) and whether...

Enhance credential dialog to support showing a Windows error message explaining why the credential dialog is needed or why the previous authentication call failed.

The sample code in readme contains the following snippet. $token = $provider->getAccessToken('authorization_code', [ 'code' => $_GET['code'], 'resource' => 'https://graph.windows.net', ]); The `resource` field is never applied as it is overwritten...

The `getOperators` method is [marked as deprecated](https://github.com/twigphp/Twig/blob/3.x/doc/deprecated.rst?plain=1#L454) in the [code base](https://github.com/twigphp/Twig/blob/3.x/src/ExtensionSet.php#L534), but [the official documentation](https://twig.symfony.com/doc/3.x/advanced.html#operators) lists this method as the only way to add new operators.

Documentation