Carson
Carson
Woah, really? This definitely needs to be changed, I agree.
I like this too. I think the popup saying it's coming soon is a great way to make sure there's a consistent UI that users can get used to, but...
Still not working. In a build with Deno and Nuxt 3 Content, I get this error: ``` {...}/.deno/bin/deno: symbol lookup error: {...}/node_modules/.deno/[email protected]/node_modules/better-sqlite3/build/Release/better_sqlite3.node: undefined symbol: node_module_register ``` Using Deno v2.3.3.
I'm experiencing the same error, attempting to run nuxt with deno in production build mode, but nothing to do with Nuxt Content. Probably related to the requirement of explicit npm:Buffer...
Here a video demonstrating. In summary, a Save button on a sub page should not save and exit the whole product. However, there's no indicator to the user that a...
I also experience this, upon creating a new diagram, and attempting to edit it. Changing away from Sketch mode fixed the error message. But I would like to use sketch...
Experiencing this issue as well, in conjunction with Nuxt 3 Content (utilizing better-sqlite3). Will look into those repos as well).
You know, like most terminals do.
~~Disabling sockets, running `NUXT_SOCKET=0 deno task dev` works for me. But I also can't find a way to get Deno to use the tmpdir.~~ Actually, no, it just still doesn't...
I think I'm also experiencing this issue, my errors look like: ``` Cannot find module '.../src/.nuxt/imports' Require stack: - .../src/node_modules/@nuxtjs/supabase/dist/runtime/server/services/serverSupabaseClient.js ``` I have downgraded to Nuxt 4.1.3, but it hasn't...