Otto Rask
Otto Rask
Is there a current PHP version requirement in place? Need to know for tests so I won't write tests that explode if they're run on a version that is supposed...
Oh I missed the Travis config. Thanks for the pointer. Will try to keep it 5.4 friendly. :+1:
I've been busy with life but made some progress with some tests for studio. I'll try to get a PR up this weekend or early next week.
Any news on this? Currently tiptoeing around the composer.lock related issue while sharing projects to teammates. Not a huge issue right now, but would like to see this streamlined a...
Good point @adjenks, I have not seen any autoformatter in my editors/IDEs that would support this indentation style either.
@dvdoug thanks, will check it out.
I saw that someone had similar issues with PHPUnit a while back. I'll refer there and other Laravel resources. Yes, the issue stems from the Laravel DI container. It could...
The ID is not fillable but I think I could try that for the sake of testability of the events themselves.
I wish I had the time, this is a useful lib. I shared your message on Twitter to help a bit in some way. :)
I'm not sure how C structs work internally, and how they differ when stored on heap/stack. But would the most _performant_ approach be to just dump the frame's bytes from...