Mark Young

Results 10 issues of Mark Young

Added an additional calc() to prevent these errors: ``` 023-09-17 19:38:28 Deprecation Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0. 2023-09-17...

Like many, I now use Two Factor Authentication with Plex (2FA). In order to login and get an API token from an application such as plex_dupefinder, you ned to know...

Like many, I now use Two Factor Authentication with Plex (2FA). In order to login and get an API token from an application such as plex_dupefinder, you ned to know...

Feature Request

Fixes #61. I created this PR to add Symfony 5.4 compatibility. There was a change to the `Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\FormLoginFactory` class in Symfony 5.4 that means we must provide the return types...

Initial error is `Compile Error: Declaration of LdapTools\Bundle\LdapToolsBundle\DependencyInjection\Security\Factory\LdapFormLoginFactory::getKey() must be compatible with Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\FormLoginFactory::getKey(): string` More errors may be found while working on this issue

Currently there is no wat to add an additional "Error" callback in the same way as we can with ->before() and ->after(). Can the "addErrorCallback()" method be changed from `private`...

| Q | A | ------------- | --- | Fixed tickets | #49 Just a small change to allow adding of an error callback from whitin the `Event` class.

| Q | A | ------------- | --- | Fixed tickets | #47 Implements the changes discussed in issue #47

**Description** I want to know which file a particular scheduled event is defined in. This information is not currently exposed in either the table or JSON output format. In my...

It is sometimes required to identify any branches of which a given commit ID is a member of. GitHub API provides such a method as documented here: https://docs.github.com/en/rest/commits/commits?apiVersion=2022-11-28#list-branches-for-head-commit Propose adding...