Yaël Guilloux

Results 206 comments of Yaël Guilloux

Hello @snimavat ; I'm very interested in reading how you would prefer the Pinceau theme sheet to be loaded. You would prefer that to only be included on the pages...

Hey :) I renamed this issue so we can track the usage of Typography with TailwindCSS. I need to make a pass on that not only on Typography but on...

Hello there :) It sure is, you can take advantage of [env variables](https://github.com/Tahul/nuxt-edgedb#production) to do so. From EdgeDB Cloud, you should be provided with a DSN to use, you can...

Hey @zangetsu02 ; thanks for asking. That project is not abandoned, but as I left my full time job and are working on a SaaS project right now, I have...

@thetutlage ; I found this implemention in `adocasts` repository: https://github.com/adocasts/adocasts/blob/next/app/validators/helpers/db.ts Used that way: ```ts import { exists } from '#app/validators/helpers/db' vine.string().exists(exists('table', 'field', { caseInsensitive: boolean })) ``` That finds my...

I have a Nuxt UI pro license; I'll put the key :) You rock @BobbieGoede ; thank you so much

From what I've understood of Coolify "server" setup ; it's mainly a bunch of Docker containers, so I guess that would be achievable as Docker runs perfectly fine on MacOS?...

I would love `brew services` to be the alternative to systemd as this is what I use myself for my existing workaround. Also I think it is the most commonly...

Really nice explanations about implications of such task; thank you so much for being so descriptive.

I do use Colima on MacOS to run Docker w/o Docker Desktop: https://github.com/abiosoft/colima It might be a great solution for such kind of "docker-wrapper" like Coolify Server?