Sébastien Chopin
Sébastien Chopin
We changed the `idle` badge color to `gray` so far. We are still thinking about the ability to filter on client-side but the pagination might be very tricky to keep...
So far I actually apply the migration by running the development server with `--remote` so it automatically apply the migration when starting the server to the production or staging database....
Database migrations is out! https://hub.nuxt.com/changelog/database-migrations
Hey @lucadalli Yes this is planned! I want to use them for many reasons and the biggest one being sockets broadcasting. As Pages does not support direct bindings we need...
If you have a small demo I would love to see how you achieved it, haven't got the time to look at it yet!
Adding https://github.com/kwhitley/itty-durable as I like how they define DO.
You can use `URL.createObjectURL(file)` in the Vue part to display the blob: ```vue const avatar = ref() function onFileChange (files: FileList | null) { if (!files?.length) return avatar.value = URL.createObjectURL(files[0])...
Actually I need to change it @cpreston321 to only enable it if `nitro.experimental.database` is set to true. After discussing with @pi0, NuxtHub should not set experimental feature on behalf of...
Fully agree it would be nice to support this. Would to to see your PR @Teages ❤️
I did not take the time to look at it, but if you want to help finish https://github.com/nuxt-hub/core/pull/58 this would be awesome 💚 (Sylvain does not have the time anymore...