Tom

Results 11 issues of Tom

For example, when using the `same:` rule, the message is `"The :attribute must be same with :field"`, which gives us: ``` The New Password (again) must be same with new_password...

Some of the default validation error messages could do with some changes so that they read a bit better. For example, the `same:` rule error message is "The :attribute must...

Filter Hooks - json_oauth1.theme.authorize.show_avatar - json_oauth1.theme.authorize.title - json_oauth1.theme.authorize.description Action Hooks - json_oauth1.theme.authorize.before_login_info - json_oauth1.theme.authorize.after_login_info #194

There's currently no way to customise content/text displayed to end users (mainly on the authorize page).. I know "Howdy" is a WP thing, but I doubt the majority want to...

It would be useful if we had the option to change the capability for the **Users > Applications** page so we could prevent access from clients who also have the...

If I tab between inputs or press on another input, the keyboard remains in place, but the `keyboardWillShow`/`keyboardDidShow`, `keyboardWillHide`/ `keyboardDidHide` events are triggered

The Password AutoFill accessory bar is displayed across the entire app when said app has a login page (or password input) at the point of entry.

#### Operating system and version: - Mac (M1) - Big Sur 11.1 #### How did you install `nvm`? - Install script in readme. #### What steps did you perform? -...

installing node
OS: Mac OS
needs followup

I've reported an issue in composer/satis (https://github.com/composer/satis/issues/715), but as far as I can tell the issue originates here. Composer's [ArchiveManager::archive()](https://github.com/composer/composer/blob/ecb69eaa4aec3c2bd866d17ee7a46e684dc16f71/src/Composer/Package/Archiver/ArchiveManager.php#L146) doesn't seem to preserve the file modification timestamps from the...

Bug

I'm getting a `Firebase\JWT\BeforeValidException` exception so I've resorted to setting JWT leeway as below, which fixes the issue: ```php Event::listen(function (\SocialiteProviders\Manager\SocialiteWasCalled $event) { \Firebase\JWT\JWT::$leeway = 60; // extendSocialite('azureadb2c', \SocialiteProviders\AzureADB2C\Provider::class); });...