Kirk Bushell
Kirk Bushell
I do not believe there are any tests for the commands yet - so that would be a good starting point. Would be great to increase our test count and...
If you could - please update this as per the recent updates as this is no longer mergeable.
We can't merge just yet as we're working on the new version to support L5. @guiwoda thanks heaps for this. We're currently discussing this internally as to how we want...
@carlosMartin0213 as per the underlying library: https://github.com/spatie/async You're probably missing the posix and pcntl extensions required in PHP to make it work. With that library, it falls back to synchronous...
@Seldaek I think this may be a good path forward regarding the broken pipe errors people are seeing (including us, as well - as of 2 months ago). Do you...
This issue makes the library completely unusable, and am surprised this hasn't been escalated to resolve =\ Having the same issue with 2.11.0, PHP 8.2.16, also related to Herd -...
Alright, I figured it out - documentation needs an update. Unfortunately, you need to know the internal error string that is raised when it errors - which is.. "not_an_email" I...
@TylerBre you can actually use the ES6 syntax once you set it up, as per your comments (thanks a lot for that, btw! :)) So instead of doing those silly...
This kind of requirement usually smells of an anti-pattern. You generally only want pushstate updates when big changes happen (such as general content replacement). Anything smaller is usually a code...
motord, can't say I've seen the problem but why aren't you using jquery and binds in order to handle your events? Sammy is built on jQuery, may as well use...