Michael Dyrynda
Michael Dyrynda
:+1:
:+1: to this. Would love to be able to set the `min_id` parameter so I'm not receiving a whole heap of data I don't need.
`Auth::user()` returns the `User` model for the currently authenticated user, not a query builder instance. Running `Auth::user()->with('company')` is akin to running something like `User::firstWhere('id', $id)->with('company')`. Chaining `first()` on a model...
You ought to be able to add the `mysql-client` package stand-alone to the server into the app container, without installing the server package i.e. `apt install mysql-client` This will allow...
I disagree with that. `phpunit.xml` is great for environment variables that you never want to change between test environments (hash rounds, etc.), but can be problematic if you do have...
This was whilst watching on the iPad ``` 02-Mar-2014 10:47:37.967 queries: info: client 202.a.b.c#53095: query: t2.hulu.com IN A +ED (172.x.y.z) 02-Mar-2014 10:47:37.971 queries: info: client 202.a.b.c#59871: query: ns1.hulu.com IN A...
Yep, so this is iPad ``` 03-Mar-2014 12:06:15.820 queries: info: client 202.a.b.c#61706: query: httpls-1.hulu.com IN A +ED (209.x.y.z) 03-Mar-2014 12:06:56.556 queries: info: client 202.a.b.c#26581: query: t.hulu.com IN A +ED (209.x.y.z)...
I'm using bind on my local network and forwarding select domains to the DNS server on the VPS. I managed to break the iPad app a couple of times to...