Aaron Croissette

Results 21 comments of Aaron Croissette

Thanks @TonyMakis it did work. I think that means the issue exists somewhere between 8.17.4 and current version 8.18.3. When I cloned it, the issue was non-existent. However, you can...

@ImportTaste It should be complete, I just pulled the latest changes from here into my fork/branch so your build will be against the latest version of the code. Please let...

> pip install --no-binary lxml https://github.com/acrois/grab-site/blob/feature/dockerfile/Dockerfile#L47-L48 I know that pip is not ideal but this is supposed to cover the app dependency scenario already. If it is necessary it should...

If you look at the way the parameters are injected, you can conclude that the initial -f has already been supplied but is open to more parameters if you want...

I think there's a lot of improvement to be made in the way that the keys get loaded in. If your database has millions of keys... it won't load. Ever....

We use redis for caching, short-lived data objects for processing and ardb (redis protocol compatible) for persistence of event/log streams on disk. I don't know if this is possible, but...

@chris--jones Thank you so much! @dijs What about it? 👍

I have made the requested changes, as well as added the ENV var to the .env.sample file as it was missing there. Please run the workflow and review. Thank you

Could this be related to #26 ? You can try to check Magento 2 logs and see if it makes it there. This was how I discovered the source of...

@pablolgarcia I've tried _multiple_ ways to reach out to the company and they are unresponsive. I have made some patches to the code to work past some of the issues...