Kyle

Results 319 comments of Kyle

Very likely as locally all the tests are passing and the "debug" step in GitHub Actions is also passing. But I can't explain why it segfault in a test that...

I think they won't handle it, they usually require to have a minimum reproducible case with raw PHP code, without library dependencies.

Thanks. 🙏 Hello @milose @Glavic, invoking Serbian contributors 🧙 here to have a second look and if you can, please proceed the relevant changes on: https://github.com/briannesbitt/Carbon/blob/master/src/Carbon/Lang/sr_Latn_ME.php

Hello @perisicnikola37 this is only a test file, that does not actually change the actual translations which live in: https://github.com/briannesbitt/Carbon/blob/master/src/Carbon/Lang/sr.php + the variants Cyrl and Latn So if I merge...

I have another issue, I don't know why I cannot run the tests on this PR, maybe it needs to be rebased on last changes of master branch.

v3 compatibility with Laravel is now being checked: laravel/framework#49764 If you are on Laravel or have a composer constraint in your project needed carbon v2, you can still try the...

This PR won't be merged. It's open for people to find my message above and get unblocked by using [3.0.0-rc.1](https://github.com/briannesbitt/Carbon/releases/tag/3.0.0-rc.1). You are able to upgrade to Symfony 7, you just...

3.0.0 released as stable.

Indeed interface and documentation both say `$tz`. So it's expected to be `tz: $b` I agree `timezone:` would be better but doing so will break existing code for people currently...

Hello because of this: https://github.com/briannesbitt/Carbon/issues/2723#issuecomment-1354704561 We shouldn't make any explicit cast here, or else we should add first an input validation with a specific error such as `"string" is not...