Julien Nahum
Julien Nahum
Hey, I’m usually working with PostgreSQL. I didn’t get a chance to try the package with MySQL. I think removing the default value from the migration and adding a default...
I don't use Mysql so if anyone can try to implement the fix I suggested above, I'd appreciate. Otherwise I'll try to take a look tomorrow.
Then we can remove it only for mysql. Of course, in any cases we need to add the default value on the model attributes. I created this PR #3 to...
It's not how it works. I built the package with all my model in `App/Models`. It scans all the classes loaded and only gets the one extending the `Model` class....
I've just done a test where I have a model A extending a class B (itself extending model), and it worked just fine. Can you share details about your environment,...
Hey there, we do use this in production! Some sample pages: - https://notionforms.io/help - https://notionforms.io/discount-students-academics-ngos - https://notionforms.io/privacy-policy
This is probably related to `dangerouslyAllowSVG` params on https://docs.aws.amazon.com/amplify/latest/userguide/image-optimization.html
Fixed with the right config: ```js export default defineNuxtConfig({ nitro: { awsAmplify: { imageSettings: { dangerouslyAllowSVG: true } } } }) ```
Hey, could you please elaborate? Also, would it be possible for you to contribute?
Closing this for now.