Michael
Michael
Hi everyone, I'm partially sure this worked before, but I get problems while indexing my model with `php artisan tntsearch:import App\\Department`. Here is the toSearchableArray method: ```php public function toSearchableArray()...
Hi, I'm currently trying to resolve an issue I have with how the API is structured. We have two different kind of users that are appearing in relationships. I'm looking...
Hey signifly team, we also use the domain pattern that Brent described in his book and I wanted to create commands to generate all the entities with artisan myself, but...
We used DomainGeneratorCommand as a blueprint for the test creation. DTO command will come next. Allows to create tests for actions with an artisan command. Makes it easier to create...
Upgrade package to work in Nova 4. - Followed instructions of the Upgrade Guide - Fixed toasted with new `Nova.success` helper - Fixed missing styles Does not fix the light/dark...
I followed the installation steps ```bash composer require nl.idaas/laravel-openid-connect php artisan migrate php artisan passport:install --uuids php artisan vendor:publish --provider="Idaas\Passport\PassportServiceProvider" --force ``` And when running ``` php artisan passport:install --uuids...
I've got a special set of pdfs which cause this error in the following line: https://github.com/pauln/tcpdi_parser/blob/c7c3e86cd1a15c293ae8246d32caaae3e8b27db6/tcpdi_parser.php#L1052 It should be related to the warning here: http://php.net/manual/en/migration71.other-changes.php According to XDebug it tries...
Since switching to PHP 7.2.4, we discovered this problem with our PDF merging tool, that makes use of this library. Stacktrace: ``` [2018-04-26 16:40:24] local.ERROR: count(): Parameter must be an...
I get the following error, when I install the package without the `@mapbox/mapbox-gl-geocoder`. ```shell ✘ [ERROR] Could not resolve "@mapbox/mapbox-gl-geocoder" ../../node_modules/@studiometa/vue-mapbox-gl/index.js:580:27: 580 │ import MapboxGeocoder from "@mapbox/mapbox-gl-geocoder"; ╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~ You...
We would like to add the functionality to set the max height of the dropdown. Because when you have a lot of languages you can't scroll through the list anymore...