-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrades :D [Laravel 11, Vite, Security] #1498
base: main
Are you sure you want to change the base?
Upgrades :D [Laravel 11, Vite, Security] #1498
Conversation
*/ | ||
public static function hoursOrDaysLeft(Carbon $date): string | ||
{ | ||
$now = Carbon::now(); | ||
$hoursLeft = $now->diffInHours($date); | ||
|
||
if ($hoursLeft < 0) { | ||
$hoursLeft = $hoursLeft * -1; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was a bit of an odd bug
@@ -46,7 +46,7 @@ | |||
<div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This commit is messy, I'll break it apart for us.
there was an issue somewhere here, trying to find it in our history
Such a huge PR. Why did you remove the phpstan package? We need it. Could you add it back? |
Only a pleasure! We love your products! I can definitely add those back in! I'll need to recreate the baselines due to pint's changes. Can I add an action to lint the commits to commitizen standard? |
Things have been a bit busy, I will attend to it this week. |
WARNING: THIS IS BIG
CHROME USES 1.2GB AND FREEZES IN FILES CHANGED TAB.
I RECOMMEND REVIEWING THE CHANGES LOCALLY <3
I must cleanup our commit structure. We have a fork of this that we're cleaning up that I've copied into here, but some of the commits are sensitive.
This is a general dump and I'll rebase the commits [We all love commitizen].
Due to the changes to the action files, I don't know how well Github is going to run the new versions. It may all break.
Core changes:
Bug fixes:
Other changes: