Results 392 comments of Chris Brown

We inherited using `0000-00-00` from osc. When MySQL started forcing strict no-zero-dates rules, they still had not yet documented an acceptable alternative to zero-dates, and we did a lot of...

Aside: I hope we don't have to figure out how to accommodate `23:59:60` as well! https://alexwlchan.net/2019/05/falsehoods-programmers-believe-about-unix-time/

MySQL is evidently conflicted on the best solution: In their documentation they've said the NO_ZERO_DATES setting is deprecated and if you set it you'll get errors, but it's also the...

> @tdutrion Carbon 1 is a dependency of illuminate/support, which is in turn a dependency of wouterj/eloquent-bundle. Until such time the use of Eloquent is removed, this warning will be...

> get rid of the dependency on Eloquent, which is only there because I am using cartalyst/sentinel for auth Sentinel was no doubt a suitable and ideal design choice at...

While I haven't studied it fully to be sure, can the client use a project-specific `.expose.php` file for config overrides, similar to how the Server can? If so, I envision...

Is it intentional that this only applies to unsecured sites? ie: only on sites for which `valet secure` has NOT been run? The change you're proposing is in the config...

Wondering: How does doing this affect RAM demands on sites? eg: what are the new requirements for using Valet?

@cesarMtorres Thanks for the contribution. Unfortunately `canany()` only works since Laravel 8. This package is currently still compatible with Laravel 6 and 7. We may consider your change for a...

When I added that comment, it was because I hadn't dug in fully to see whether the `'0'` actually meant top-level-cat, and if it is, then whether there were ripple-effect...