liwen zeng
liwen zeng
Make sure you can see the pwm board on your RPi. See the following page, section "Testing I2C": https://learn.adafruit.com/adafruits-raspberry-pi-lesson-4-gpio-setup/configuring-i2c#testing-i2c-2724591-14 For example, running the command like: sudo i2cdetect -y 1 leon@leon-desktop:~$...
I fork on my github, https://github.com/liwenz/commerce then I deploy on vercel, but building wrong as: [FireShot Capture 002 - New Project – Vercel - vercel.com.pdf](https://github.com/vercel/commerce/files/13729369/FireShot.Capture.002.-.New.Project.Vercel.-.vercel.com.pdf) in https://vercel.com/docs/integrations/shopify: **Navigate to https://[your-shopify-store-subdomain].myshopify.com/admin/themes,...
I'm using vc2010, I hope to get an old version to support it.
### Summary I start saleor core with python manage.py runserver,then start storefront with NEXT_PUBLIC_SALEOR_API_URL=http://localhost:8000/graphql/ also https://localhost:8000/graphql/, http://localhost:8000/ but it can't connect. if NEXT_PUBLIC_SALEOR_API_URL=https://storefront1.saleor.cloud/graphql/ the storefront works well. ### Steps to...
where is tutorial video or document tutorial? it seems a puzzle. I don't know how to start.
I hope to learn a project, preferences, how to choose it only, or set up
### Description of the issue How to setup the sign in email and password? I guess in saleor core ADMIN_EMAIL="[email protected]" ADMIN_PASS="123", which is in the saleor core. but fail ###...
the chapter 15 has no mid check point. I finish and check it. on http://localhost:3000/dashboard it works well, Bu;t I publish and test on https://nextjs-dashboard2-plum.vercel.app/login it can't login In my...
I hope to not protect the / and /dashboard, but protect the /protected and keep the login and logout. It should change the follow: matcher: ['/((?!api|_next/static|_next/image|.*\\.png$).*)'], as I hope to...
I have reached chapter 12 Mutating Data. In Creating an invoice, when 3: Extract the data from formdata I follow the code: `// Test it out: console.log(rawFormData);` but I can't...