Joel Mellon

Results 15 comments of Joel Mellon

This would be a great feature. Essentially the functionality offered by `git secret whoknows`: https://git-secret.io/git-secret-whoknows

I got into dependency conflict hell but the principle of the fix was the same as most others here: upgrading. Unfortunately, I was plagued with the error(s) here that prevented...

@hmazter You're right. It does see the timezone, but it appears as if the timezone has been applied backward. 00:00 Los Angeles is 07:00 UTC, but this says 17:00 which...

> You could also make it completely consistent with PHP's code by using `(bool)` or `boolval(...)` directly. Is there a reason why you choose not to do so? That's an...

@tabacitu "But this means we need to be super-sure about both the single and plural name, basically asking both from the user." Laravel's `Str::plural()` works pretty well. Could you just...

> Also note here (TLDR of my comment in [Laravel-Backpack/CRUD#3121 (comment)](https://github.com/Laravel-Backpack/CRUD/pull/3121#issuecomment-709359836)) - we should also split the words by dashes! To end up with `user-setting` not `usersetting` 😌 That's a...

It's not just a convenience thing, it's a safety thing. If I have one tab open with my ctx set to my development cluster, then when I open a bright...

Sorry, I missed your reply a year and a half ago. Thanks for revisiting this issue. The functionality you describe is exactly what I'm trying to achieve, and I think...

I tried that just now. I can't get it to work. I might need to restart Sublime or something, but it's not happening for me. Sorry to be a pain....

Laravel 9.x has ULID support as well. https://laravel.com/docs/9.x/migrations#column-method-ulid Methods are: - foreignUlid - nullableUlidMorphs - ulidMorphs - ulid