rafaelstz
Repos
246
Followers
351
Following
315

👨‍🏫 Learn to build headless projects and become a Shopify Hydrogen fullstack developer

21
5

⚙️ Deploy your Magento 2 faster and easier with this Deployer Recipe.

50
29

Tradução Magento 2 oficial para português do Brasil do site Crowdin

67
33

:penguin: Quick installation for Ubuntu terminal.

159
51

An easy way to check the server response speed via terminal

13
0

⚡️ Magento 2 extension faster subsequent page-loads by prefetching in-viewport links during idle time.

50
10

Events

Start checkout event sent without data consent

Environment details

PHP version: 8.1 Magento version: 2.4.5 + PWA Studio Klaviyo extension version: Latest Anything else that would help a developer reproduce the bug?

Steps to reproduce

Go to the checkout page and fulfill all the initial forms with personal information, when you go ahead to the payment details the data was sent to Klaviyo without any consent.

Expected result

The event being removed from the backend and add to the frontend via JS as the other events that depends on data consent.

Actual result

Data is sent when customers start the checkout even without data consent or any Klaviyo JS loaded.

Additional information

This is the Observer that trigger this event. https://github.com/klaviyo/magento2-klaviyo/blob/master/etc/events.xml#L3

Created at 3 days ago
Created at 3 days ago
started
Created at 3 days ago
issue comment
I need your help

Hi @secureweb16, use this page below to create an app template, selecting PHP as the template, will create a Laravel app integrated with this Lib. https://shopify.dev/docs/apps/getting-started/create

Created at 4 days ago

Update README with new docs

The link is outdated and is directed to a phishing website. The new link redirects devs to the new link under Adobe docs.

Created at 2 weeks ago
pull request opened
Footer > update old link with Github issues

It updates the old link from 2019 to the new link to report issues, which is Github Issues listing page.

Created at 2 weeks ago

Footer > update old link with Github issues

Created at 2 weeks ago
issue comment
Adding image decoding

All set @juanpprieto

Created at 2 weeks ago

Adding changeset

Created at 2 weeks ago
Created at 2 weeks ago
delete branch
rafaelstz delete branch feature/hero-eager
Created at 2 weeks ago
rafaelstz delete branch dependabot/npm_and_yarn/shopify/polaris-10.35.0
Created at 2 weeks ago
Bump @shopify/polaris from 10.21.0 to 10.35.0

Bumps @shopify/polaris from 10.21.0 to 10.35.0.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Created at 2 weeks ago

Bump @shopify/polaris from 10.21.0 to 10.35.0

Bumps @shopify/polaris from 10.21.0 to 10.35.0.


updated-dependencies:

  • dependency-name: "@shopify/polaris" dependency-type: direct:production update-type: version-update:semver-minor ...

Signed-off-by: dependabot[bot] support@github.com

Merge pull request #75 from rafaelstz/dependabot/npm_and_yarn/shopify/polaris-10.35.0

Created at 2 weeks ago
rafaelstz delete branch dependabot/composer/nikic/php-parser-4.15.4
Created at 2 weeks ago

Bump nikic/php-parser from 4.15.3 to 4.15.4

Bumps nikic/php-parser from 4.15.3 to 4.15.4.


updated-dependencies:

  • dependency-name: nikic/php-parser dependency-type: direct:development update-type: version-update:semver-patch ...

Signed-off-by: dependabot[bot] support@github.com

Merge pull request #74 from rafaelstz/dependabot/composer/nikic/php-parser-4.15.4

Created at 2 weeks ago
pull request closed
Bump nikic/php-parser from 4.15.3 to 4.15.4

Bumps nikic/php-parser from 4.15.3 to 4.15.4.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Created at 2 weeks ago
Created at 2 weeks ago
Created at 2 weeks ago
pull request opened
Create devcontainer.json

WHY are these changes introduced?

It introduces dev container to the demo store to make it easier to use.

Checklist

  • [ ] I've read the Contributing Guidelines
  • [x] I've considered possible cross-platform impacts (Mac, Linux, Windows)
  • [ ] I've added a changeset if this PR contains user-facing or noteworthy changes
  • [ ] I've added tests to cover my changes
  • [ ] I've added or updated the documentation
Created at 2 weeks ago
create branch
rafaelstz create branch feature/devcontainer
Created at 2 weeks ago

Adding image decoding

Created at 2 weeks ago
issue comment
Can we get some basic examples of usage?

These steps are helpful to start with it @bogdanoasa

  • https://shopify.dev/docs/apps/getting-started/create
  • https://shopify.dev/docs/apps/auth
  • https://shopify.dev/docs/apps/tools
Created at 2 weeks ago
pull request opened
Adding image decoding

WHY are these changes introduced?

The decoding property is auto by default, but in order to improve the LCP and CLS scores we can use it as sync to prioritize it. Introducing these changes, give the dev the possibility to use it in other image elements easier.

WHAT is this pull request doing?

Adding the decoding='sync' to Hero images and adding the decoding capability to the SpreadMedia component.

HOW to test your changes?

Through the Network tab, check the feels like during the loading, the prioritization, and the browser compatibilities. https://developer.mozilla.org/en-US/docs/Web/API/HTMLImageElement/decoding

Post-merge steps

Checklist

  • [ ] I've read the Contributing Guidelines
  • [x] I've considered possible cross-platform impacts (Mac, Linux, Windows)
  • [ ] I've added a changeset if this PR contains user-facing or noteworthy changes
  • [ ] I've added tests to cover my changes
  • [ ] I've added or updated the documentation
Created at 2 weeks ago

Adding image decoding

Created at 2 weeks ago
create branch
rafaelstz create branch feature/decoding-img
Created at 2 weeks ago