jbmolle
jbmolle
Hi, What is the status of this PR? We've developed an app with Next Auth and we would like to package it with Docker and environment variables to have one...
Hi @remmeier Thanks for your feedback! I understand your point. I could use the relationship endpoints but I thought it would be easier to update directly the document relationships with...
I've tested it and it seems that the class syntax works but Pug syntax doesn't. `p(class="text-red-600") My Text` will show correctly a red text. But `p.text-red-600 My Text` doesn't show...
The problem comes from `require('pug')` in getDefaultExtractors function. One solution is to add the following to your nuxt.config.ts `import { PugExtractor } from 'vite-plugin-windicss` And then ``` windicss: { config:...
Thanks, I've just pulled the repo and it's working!
@chz the new version is not on npm yet. Right now, you need to pull the repo and build it. Then in your package.json you reference the lib with "@intlify/nuxt3":...
Hi @knadh I've found a MJML Go Library here https://pkg.go.dev/github.com/Boostport/mjml-go. I don't know if it would help but we could imagine to integrate it with Grapesjs which will generate MJML...
Hi, I've just created a pull request to solve the bug. The problem is coming from the sequence resynchronization. In Postgres 15 you don't have access to public schema per...
Thanks for the link, I didn't see it. If we don't use the public schema but instead the username schema, Nextcloud works the same (as username schema is the default)....
Hi, I would be happy to help too. I'm not really proficient in PHP but I've built a Docker image with Mautic v5 alpha1. I can push it on this...