William Desportes

Results 176 issues of William Desportes

## 🐛 Bug Report ``` node_modules/i18next-scanner/lib/parser.js:288 _this.pluralSuffixes[lng] = i18nextInstance.services.pluralResolver.getSuffixes(lng); ^ TypeError: i18nextInstance.services.pluralResolver.getSuffixes is not a function at node_modules/i18next-scanner/lib/parser.js:288:75 ./node_modules/.bin/i18next-scanner --config i18next-scanner.config.js ``` ## To Reproduce ```console $ ./node_modules/.bin/i18next-scanner --config i18next-scanner.config.js...

Not yet in production. Consent on each actionType is moved from Inactive to Active - SCA_CONTACT_INFORMATION_UPDATE_CONSENT_GIVEN - SCA_TRANSFER_CONSENT_GIVEN - SCA_RECIPIENT_REGISTRATION_CONSENT_GIVEN - SCA_VIEW_ACCOUNT_INFORMATION_CONSENT_GIVEN Consent on each actionType is moved from Active...

Issue a new endpoint: GET `/v2.01/{ClientId}/sca/users/{UserId}/sca-status` Response body ```jsonc { "UserStatus": "ACTIVE", // "PENDING_USER_ACTION" "IsEnrolled": true, // false, // can be NULL "LastEnrollmentDate": "2025-11-14T16:35:31.128Z", // can be NULL "LastConsentCollectionDate": "2025-11-14T16:35:31.128Z",...

Ref: #133 Left over: ``` ./vendor/bin/phpstan analyse --level=3 src/ 29/29 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100% ------ ------------------------------------------------------------------------------------------- Line Svg/Style.php ------ ------------------------------------------------------------------------------------------- 100 Argument of an invalid type Svg\Style supplied for foreach, only iterables...

I have some `throw new DatabaseFatalException(` for example `Failed to get the domain list` in the UI. And was trying to find the error in the php error logs. in...

I added this to the MariaDB connector class: ```php /** * Returns the prefix for tables of the database * * @param string $postfix String to be concatenated with the...