Max Ageev

Results 58 comments of Max Ageev

@devantoine I see the repository contains the [composer.lock that block installation of guzzle 7. ](https://github.com/csarrazi/CsaGuzzleBundle/blob/e08f6532b543973122a3906ba480df2eca4b226d/composer.lock#L24) I think we should remove package composer.lock from repository or update it to use the...

How the progress is going on this one? Will it support previous versions of laravel?

In pull request, I don't see generation for \Illuminate\Database\Eloquent\Collection method such get, add, etc

Each method here should have and template annotation to define return time base on template type

@tanerkay >The idea is that the collection class is type hinted, so the IDE can infer those class methods. Right? This is wrong. You need to have a defined template...

I didn't have much sleep lately 😪 . I will try my best to read the last link to understand the problem. @tanerkay

@cebe Sure. It does enabled.

executeEndpoint might throw exception

If there are many attempts to write to the queue, does it do message de duplications? If the attempt confirmation was lost on the way back, trying to write it...

The network might be interrupted when the queue sends back that it successfully saved the message but the ServiceBus didn't get the response due to a network problem. Or what...