Rafał Figura
Rafał Figura
Is there version that can handle multiple images upload yet? I would love it!
> @SurelyMario ah that seems to work for me - thanks! > > Guess it's just the file selection process that's broken Thats what I was looking for. Thanks :)
Anyone who is looking for the textAlign support may use this hack: Firstly, split the string into multiple lines that will fill the available space using something like regex ```...
I have the same issue. Does anybody have a working solution/workaround?
@wmertens I was able to fix the issue in https://github.com/fabian-hiller/modular-forms/pull/194 . I've used the @gouroubleu solution :) Thanks
I came across the same problem. I found out that when you directly paste the content of your `DATABASE_URL` like this: ```javascript new Kysely({ dialect: new PlanetScaleDialect({ url: 'mysql://o8jh6w53y.....horized":true}', format:...
Found a way to fix that issue. Take a look at this: https://qwik.dev/docs/env-variables/#accessing-the-environment-variables-in-serverfull-architecture-exampleexpress