Greg Peden

Results 15 issues of Greg Peden

Referencing this block of code in the 'xcvbn_dictionary' test: https://github.com/olssonm/laravel-zxcvbn/blob/7032f908204d7e524a251e7e5f324c479b81acbe/src/ZxcvbnServiceProvider.php#L53-L58 This will fail on ANY sequence match. So suppose the password includes pattern similar to one of the dictionary words,...

enhancement

I have some forms where the user is entering data destined to two separate Model objects. In particular, an Address model is used throughout my code, being bound to various...

As a suggestion, add a method for a user to assume the permissions of another user. Two modes: Additive permissions (base user retains existing permissions + assumes permissions of other)...

Just an idea... it would be swell to be able to allow placeholder, perhaps provided as a named slot, which is displayed only when the target array is empty. As...

enhancement

I THINK, per this experience, that the validation test relationshipRules() is run AFTER the authorizer is run. That might be okay, it just means that the authorizer logic has to...

**Describe the bug** For queries and mutations, Lighthouse converts the Date scalar to the Carbon library for convenient back-end development. For a subscription, Dates are cast to string before being...

bug

**What problem does this feature proposal attempt to solve?** The `@paginate` directive has a standard pattern which would sometimes benefit from an "interface" but this is not provided natively by...

enhancement

**What problem does this feature proposal attempt to solve?** There is currently not a solution for invoking a query scope when a particular field is queried. It might not seem...

enhancement

**What problem does this feature proposal attempt to solve?** There's not a clear method provided to hook when a user joins a Lighthouse/GraphQL subscription channel. There are a variety of...

enhancement

With reference to this Issue / proposed PR on json-api-normalizer: https://github.com/yury-dymov/json-api-normalizer/issues/25 I am looking to affect something similar for a PR to this package as well, however in this space...