-
Same principle as with the Importer: We got rid of all specific importers and implemented one generic Import via API.
Now we need to get rid of all specific implementations of shopping carts and add …
-
Hi there 👋
I ran into this issue when adding optimize-plugin to my nextjs project.
```sh
$ next build
> [PWA] PWA support is disabled
> [PWA] PWA support is disabled
info - Using external …
-
Related to https://community.openboxes.com/t/error-at-create-product-api/983/8
We should add the [default Grails date formats](https://docs.grails.org/5.2.1/guide/theWebLayer.html#_date_formats_for…
-
**Is your feature request related to a problem? Please describe.**
We as a guideline do not de-structure our props inline in the function component statement. If I am not mistaken this extension seem…
-
I'm getting an error when I try to login to my ParseReact app using facebook:
```
_linkWith @ ParseUser.js:133
_linkWith @ ParsePatches.js:78
success @ ParseUser.js:153
exports.default.ini…
-
**Question**
I am new to mutation testing and excited to introduce it to my team as part of our testing strategy. However, I am getting an error when trying to run (`npx stryker run`) it for the fi…
-
-
This guide seems to no longer work with nextjs 10+.
Tested using code with my own specifications and copy paste from this repo.
I also tested using both nookies and js-cookies
What happens:
…
-
It would be nice if a toggle button for dark mode could be supported for HTML. As I understand it, the use of dark mode or not is dependent on your operating system or browser configuration, which wor…
-
Is there any support to save JWT token in Cookies with httpOnly and Secure flags? Right now it is saving into localstorage. It has less secure.