Michaël Gallego

Results 110 comments of Michaël Gallego

@bluesmoon , yes, all the picture element are inside a slideshow. For animation purpose, each slide is using visibility: hidden (so probably considered as "visible" as the space is allocated)....

For information if this may helped for debugging @bluesmoon , here is the store where I am facing this issue: https://prestige-theme-allure.myshopify.com/ You can see in the inspector tool a succession...

For those trying the approach I have outlined (dynamically importing the module) this does not work all the time. I have timing issues, so I will wait for a built-in...

For anyone interested in doing that, to make it work you actually need to append the element to the dom (and not try to dynamically importing it). This approach works...

Also as I suspect cloud watch events send the table name, the Lambda could be rewrite to work with any Dynamodb tables, not only a specified one :)

After checking CloudWatch Event it seems that it does not support that yet. However, maybe that a better way instead of polling would be to: 1. Create a SNS topic...

Hi @weierophinney , I remember that I had a hard time writing authentication in ZfrOAuth2 due to the architecture of the component. The main problem is that the authentication adapter...

Hi, We shoudl also have a look at the refactor I did: https://github.com/zendframework/zend-inputfilter/issues/13 It simplified A LOT of things regarding to continue/allow_empty, stateless, refactored collection input filter... and a lot...

Stateless input filter can only be done once we have stateless validators :).

I think an idea that we could have a look is having only icons in the toolbar. The issue with having too much information is that it can quickly reaches...