Frank de Jonge
Frank de Jonge
Hi, the docs (http://phpseclib.sourceforge.net/) are not available right now. Having them somewhere else than SourceForge might be a good idea in general.
## New feature: - Replaying messages 🚀 ## Breaking changes: - MessageRepository::paginate(...) added --- ## Features in-depth: ### Replaying messages Message replaying has been a long awaited feature for EventSauce....
Hi 👋, I'd love to have a configured producer that can perform batch publishing operations. I'm willing to contribute it if the feature is accepted but there is no time...
I'd recommend to alter the recommendation to always sort by key rather than an array_reverse. Example: https://3v4l.org/scmZ8
Hi @ferdikoomen, First of all, thank you for providing this fine utility. It's saved me a bunch of time. As for the feature request itself: I'd like to contribute a...
When using watch the shim wrapper is added x times where x is the number of times the browserify pipe is used. Resulting into broken browserify builds.  This picture...
Rackspace uses ``` php $transfer = $container->setupObjectTransfer(array( 'name' => 'video.mov', 'path' => '/home/jamie/video.mov', 'metadata' => array( 'Author' => 'Jamie' ), 'concurrency' => 4, 'partSize' => 1.5 * Size::GB )); $transfer->upload();...