Ross Bearman

Results 9 comments of Ross Bearman

I've just run into this issue myself. As all exceptions and errors in PHP 7 inherit from the Throwable class, I changed the signatures of `addException(Exception $e)` and `formatExceptionData(Exception $e)`...

Hi czim, Thanks for taking the time to look into this. Unfortunately I don't think the workaround would work in our situation, at least not without considerable work. I think...

That suggestion has made me think of an ugly, but workable solution for this case. As I can guarantee that certain attributes on this entity won't be null _unless_ they're...

This is the solution I went with in the end, overriding the `toArray()` method on the entity, which works fine for our use case. This would likely be appropriate in...

For clarification, the PHP format was just a suggestion, no versioning is currently present in the PHP track repo. Some form of annotation could make parsing simpler for languages with...

The pull request hasn't been accepted yet, but you can [change your composer.json to pull in the PR branch](https://github.com/SimpleSoftwareIO/simple-qrcode/pull/303#issuecomment-2180897967) instead to fix it in the short term.

@emmanpbarrameda If you need this in the short term, you can switch to my branch to get support for this: In composer.json: ```json "repositories": [ { "type": "vcs", "url": "https://github.com/rossbearman/simple-qrcode"...

It looks like this issue was introduced by @danharrin as part of #11292 (Boost Octane performance further) in a47673bc44a57cfc115bc7067164dfaf9f329c90 and modified further in 12cc2730b7a545240eba3c2b9e629743cbb513cb, where it was intentionally switched from...

Would it make sense to have this available as an option on the content grid instead?