Konstantin Duczek

Results 7 issues of 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...

bug

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...

enhancement
6.x

Fixes #4 ![grafik](https://user-images.githubusercontent.com/2700089/105579628-dfb3c200-5d87-11eb-9bd2-6c084ac11406.png)

The regex that adds the theme class breaks because the nova theme now contains a `->`. ![grafik](https://user-images.githubusercontent.com/2700089/105577753-c73daa80-5d7b-11eb-897a-af4456e03fae.png)

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...

enhancement
7.x