Sebastian Bürgin-Fix

Results 10 issues of Sebastian Bürgin-Fix

Since upgrading to Laravel 6, I receive the following error when I try to access the Translations within the Laravel Nova Backend. ![image](https://user-images.githubusercontent.com/10268813/73315554-ac039200-4230-11ea-8b36-95f4ce93780f.png) **Current installed versions:** - "joedixon/nova-translation": "^1.0", -...

Heyho, Thanks for your package! Is there a way to receive all users by a group? Something like: ``` public function scopeInsideGroup($query, $group = 'default') { return $query->whereHas('roles', function ($relation_query)...

Hey everyone I'm experiencing a Fatal error: **During class fetch: Uncaught ErrorException: Required parameter $method follows optional parameter expectation** The message shows on a simple index resource test. Any idea...

- [x] Added restore section to the README.md

Hey there, I've just installed your package on an empty project to play a little around. Once I created a role I receive this error. The error only appears if...

`Deprecation Notice: Class Zxing\Qrcode\Decoder\DataMask located in ./vendor/libern/qr-code-reader/src/lib/qrcode/decoder/DataMask.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer.phar/src/Composer/Autoload/ClassMapGenerator.php:201 ` ![image](https://user-images.githubusercontent.com/10268813/92048025-f466cd80-ed86-11ea-8c60-a7576f3147e6.png) on the Github Actions...

Heyho, just a question: Why so "complicated"? ``` Number::make('Roles Count', function () { return $this->roles->count(); }) ```

### Feature Description To validate the removed blank pages, it would be helpful to have the deleted blank pages as a dedicated file output so they can be validated. Currently,...

## Steps to Reproduce 1. Install WorkOS PHP SDK v4.26.0 2. Use PHP 8.4 3. Call any WorkOS functionality that triggers the UserManagement class 4. Observe deprecation warnings in logs...

Even with a set external_id the getUserByExternalId() sometimes doesn't work when a user is active. With inactive user it works.