Konstantin Duczek
Konstantin Duczek
I have a weird issue with multiple rollup tasks. My elixir mix in the gulpfile.js looks a bit like this: ``` mix.rollup('path/to/first/app.js', 'public/js/first') .rollup('path/to/second/app.js', 'public/js/second'); ``` When I execute `gulp`,...
**🐛 The bug** I have a renderless component that uses `useFetch`. In `ssr: true` mode, it crashes the app with this error: `Cannot convert undefined or null to object` in...
I saw that this package added a lot of queries to my application and at the part that adds the queries, you can see a comment `@TODO cache this.`. https://github.com/yabhq/laravel-scout-mysql-driver/blob/b777fcbdd90e5d701ae1d31c1910e9d2e0815f54/src/Services/ModelService.php#L50...
- [x] Added or updated tests - [x] Documented user facing changes - [ ] Updated CHANGELOG.md **Changes** Currently, interfaces cannot use field manipulation directives. This PR aims to remove...
Fixes #4 
The regex that adds the theme class breaks because the nova theme now contains a `->`. 
In laravel 9, a new interface `Illuminate\Contracts\Database\Query\Builder` was added to improve the readability of typehints like `Illuminate\Database\Query\Builder|Illuminate\Database\Eloquent\Builder|Illuminate\Database\Eloquent\Relations\Relation`. This pr is just some refactoring to use that interface and I also...