Daniel Fjeldstad

Results 61 comments of Daniel Fjeldstad

- Implement fetch in singleproduct ```javascript import useSWRV from "swrv"; const fetcher = (key) => fetch(key).then((res) => res.json()); const { data, error } = useSWRV(`/api/product/${route.params.id}`, fetcher); ``` - Implement ``````

@jasonsaayman Is this better?

@TukuToi Take a look at https://github.com/TukuToi/better-wp-plugin-boilerplate/pull/4

@aksingh-apptio 1. Check that you have installed the requirements correctly. You need to do: ``` pip install -r requirements.txt ``` or ``` python3 -m pip install -r requirements.txt ``` 2....

How you signin shouldn't affect how the cookie is stored. Have you tried using a different browser? It works fine for me with Firefox.

@rawn7702 What browser are you using? Try using the latest version of Firefox.

@04anubhavv It seems that @kallqvist has stopped working on this. Maybe you could fork it and continue work on it, so we can get the last pull requests merged?

@04anubhavv Added a PR in your fork.

@dolfbarr I believe that is a migration guide for developers and not for plugin authors, but I may be mistaken. I know Cypress released https://cypressdx.notion.site/Cypress-10-Plugin-Update-Guide-7474129c5a3b4cc7b969d1934c5844a0 when version 10 came out,...

Have you set the .env variables correctly? Where is the Wordpress installation located?