-
django-allauth includes many email templates, all in plain text. It does not include any HTML email templates, as mentioned in [the documentation](https://docs.allauth.org/en/latest/common/email.html)…
Flimm updated
2 months ago
-
I'm trying to send a test email using the MacOS MJML app, and the "target emails" select is empty, and the SEND button greyed out.
I have entered API key/secret and no joy.
What am I missing ple…
-
## Foundational elements
Specific points which will likely require further analysis early on in the project, relating to foundational elements.
```[tasklist]
### Tasks
- [x] Page type integrat…
-
Recently, I removed windows support as I do not have access to a windows server and have no way to test this package. I'll leave it to the community to add windows support if it is desired. I was ru…
-
As the title mentions, rendering MJML doesn't seem to work anymore and I get this error. It stopped working on my live site too, so I can't help but wonder if recent core and plugin updates may be rel…
-
**EDIT: adding the link to the survey preview: https://survey.devographics.com/en-US/survey/state-of-react/2023/**
Although it's still early days, we are thinking about holding our first ever "Sta…
-
**Describe the bug**
I am trying to call api from a vue3 client app from firefox.
**To Reproduce**
Steps to reproduce the behavior:
1. send OPTIONS request to API
2. See error
There is no Ac…
-
On CentOS 7.4.1708 (64 bit), node 14.17.1, npm 6.14.13, when run "npm init @vendure my-vendure --log-level verbose", the installation failed with
✖ Installing dependencies
→ An error occurred wh…
-
I just switched from https://github.com/mgd020/mjml-python to the Python package in this repo because this one tracks updates to `mrml`. Functionally, they run the same, which is great. However, mjml-…
-
**TypeScript Version:** 3.5.1
**Search Terms:** jsx, dash, props
**Code**
```ts
declare namespace JSX {
interface ElementAttributesProperty {
props: any;
}
}
class MyComponent…