Damien Retzinger

Results 118 comments of Damien Retzinger

Hahaha. Hopefully it's pretty easy! https://github.com/graycoreio/github-actions-magento2/blob/main/.github/workflows/integration.yaml may be a close equivalent?

@peterjaap looking at the action: These look like inputs to an action (and therefore could be encapsulated in some way). ```bash CYPRESS_MAGENTO2_SKIP_CHECKOUT: 'true' CYPRESS_MAGENTO2_SPEC_SUITE: 'hyva' GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} CYPRESS_MAGENTO2_BASE_URL:...

Closing in favor of https://github.com/mage-os/github-actions/issues/11

@Nuranto's original analysis here is correct. There was a bug fixed by https://github.com/magento/magento2/pull/35216 However, the actual problem here is **not fully corrected by** https://github.com/magento/magento2/pull/35216 but #35216 is part of the...

Additionally, in all likelihood, the original indexer here should be re-worked to use common table expressions as it is now supported in all major versions of db's currently supported by...

@Nuranto that's a really interesting insight that I had not considered. There's likely a decent number of individuals with older databases where this table was never truncated and, as a...

I've opened a [PR here](https://github.com/confuser/graphql-constraint-directive/pull/243) to address this. The fix is quite small, simply moving an import around to prevent unnecessary import (and attempted typecheck) on `apollo-server-errors` when using the...

I would assume so. I wound up just spinning up a docker container based upon `mcr.microsoft.com/azure-functions/node:4-node18` that does actually function properly with the `LD_LIBRARY_PATH`. I suspect that this is something...

I can't use thin mode as I am targeting an Oracle 11g database. I did try to connect and I received a specific error saying that the thin client wasn't...

Those extra quotes are just from the log file escaper. They don't exist at runtime.