Şerban Ghiţă
Şerban Ghiţă
> Are you suggesting that this is resolved in a future/current release @wzhik @dogslife both tablets have been added to Mobile Detect, I must have probably forgot to mention. Thank...
I have opened a PR for support of PHP7 https://github.com/serbanghita/Mobile-Detect/pull/900 This PR contains shallow changes and I cannot continue with it in this state. If any of you guys want...
Fixed in https://github.com/serbanghita/form-to-object/releases/tag/3.0.0-rc.0
Only took about ~10 yrs, but hey, it's fixed now 🥇 🙇 🤣
I've launched https://github.com/serbanghita/form-to-object/releases/tag/3.0.0-rc.0 After giving this an additional thought, this doesn't really make sense in today's world where you build an SPA with React, Vue, etc. Maybe I'm missing something...
Done in https://github.com/serbanghita/form-to-object/releases/tag/3.0.0-rc.0
@tehomen did you find any solution to this? I'm getting > phpstan: Call to an undefined method Illuminate\Database\Query\Builder::withRecursiveExpression(). when using ```php return DB::table('tree') ->withRecursiveExpression('tree', $query) ->get(); ```
You don't have to move anything, just fork, make the change and adapt your `package.json`. Here is how I fixed the dependency problem (after I made the changes): ``` "karma-jasmine-jquery":...
May I suggest in using the logic behind `Mobile_Detect` class https://github.com/serbanghita/Mobile-Detect/blob/master/Mobile_Detect.json With every release we export the new properties there. You could focus entirely on other features and leverage the...
Mobile Detect [2.8.45](https://github.com/serbanghita/Mobile-Detect/releases/tag/2.8.45) fixes two things: 1. added back `tests` folder which was mandatory for `jenssegers/agent` tests to work. 2. reverted back from `static` to `self` to prevent override of...