L3tum

Results 31 comments of L3tum

Hi, I just stumbled on this and according to the issue tracker it should be fixed in 1.0.0-alpha04, which was released roughly a month ago. Could you try to update...

Hey, that's good to hear! I'm not really the Go expert, but I'll see if I can take a jab at it. Does Go offer any niceties for this behaviour?...

From what I can gather the biggest part of the bundle seems to be Facebook's Flux, right? Maybe dropping that in favor of State/Props would be good

@phil-opp Hey, I know this is way above my paygrade currently, but would you be so kind to elaborate on the `lock_leak` function you talked about earlier? The stack usage...

I think it can work without extra dependencies and cache providers by using the aws-sdk memoize function [here](https://docs.aws.amazon.com/sdk-for-php/v3/developer-guide/guide_credentials_provider.html)(scroll down to the end of the page). Could even be done with...

Yeah agreed, testing AWS stuff in general can be a PITA. I would propose a separate Transport like `CachedAwsAuthV4` so it'd be opt-in and mark it as experimental. We sadly...

I'm not too knowledgable on the way php checks classes, but at least in [AbstractTransport](https://github.com/ruflin/Elastica/blob/master/lib/Elastica/Transport/AbstractTransport.php#L123) a path is implied, though maybe that's just the namespace and would work if we'd...

If he's not available or doesn't want to I caaaan take a look at it since it's *theoretically* something my company is interested in. Putting it into a separate library...

Hi, sorry it took a bit longer. I've set up a basic repo [here](https://github.com/L3tum/Elastica-CachedAwsTransport). I'm not sure if it's already working like that since I don't have any possibility to...

Hi, thanks for the idea/PR. My primary use case with this is using it as part of the FOSElasticaBundle in a Symfony application, so I'm not too sure if they'd...