David Gray
David Gray
The service can't be injected into methods, because of how it's being registered. Please could we get it to so that the following behaviour is supported (because facades are evil):...
Please can you add in all the functions/parameters that can be accessed via the Fascade as phpdoc blocks to the Fascade class, so auto complete works natively in mainstream IDEs...
Custom Pivot models are being included as standard models  (likely because they ultimately extend Model::class) Relations that actually use these Custom model classes aren't noted as such  The...
unzip error
``` david$ composer require pragmarx/countries Using version ^0.1.1 for pragmarx/countries ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Package operations: 4 installs, 0 updates,...
Note that since Laravel 5.7 `php artisan cache:clear` will not clear the default REDIS connection that lada-cache is configured to use (and doesn't appear to have any way to change)...
The package doesn't support connecting to Rethink that uses a username and password. r/connect has really odd usage (and lets not talk about the global namespace functions...) Simple connection: `r\connect($host,...
RethinkDb has sample() that allows returning x number of rows in a shuffled order. (note: there is also random() but that is for maths operations) e.g.: `r.db('database').table('table').sample(1);` This is equivalent...
If the expires_in number of seconds is larger than a 32bit int the Login fails with the following error `"Expected a value of type \"Int\" but received: 3155673599"` GraphQL enforces...
0.x has a $anyError prop on elements within $v This is no longer available in 2.x, but the migration from 0.x to 2.x doesn't mention this. I believe the work...
It appears the wrong icon is being used for the crop buttons, instead of the commonly recognised crop icon, it's using the commonly recognised cut icon: Currently provided icon is...