Abe Suni M. Caymo
Abe Suni M. Caymo
Did you get it to work @watopin @abiliocastro ?
Another approach would be separation of concerns. Though it takes much more work and isn't very DRY, it is in my opinion more predictable. Let the `` handle formatting and...
bumping this. appreciate it if you could share @emrysal
encountered the same with WSL2 Ubuntu. `**/node_modules` fixed it for me
Can confirm this error is encountered when using Node `20.11.1` ``` SyntaxError: The requested module 'js-generate-password' does not provide an export named 'GeneratePassword' at ModuleJob._instantiate (node:internal/modules/esm/module_job:132:21) at async ModuleJob.run (node:internal/modules/esm/module_job:214:5)...
@henrikwirth This looks great. Thanks for the resources as well. Can't wait to refactor some of my projects. Based on what I read, I have a question: Does the `wp-graphql-jwt-authentication`...
Same problem here using Docker. `pnpm install --prod` gives me double the size compared to npm.
for husky users, my workaround is this: ` "prepare": "sh -c 'if [ \"$CI\" != \"true\" ]; then husky; fi'"`
``` [email protected] GOTRUE_ADMIN_PASSWORD=password ``` fresh copy of the git repo results in login failed when accessing from admin panel `http://localhost/`. however, magic link and google provider succeeds when using the...