Results 701 comments of Tobias Diez

Thanks, I didn't know that this was possible. It's a nice feature but in my testing it often produced suboptimal results: ```typ #cite(, form: "prose")#cite(, form: "prose") // Produces: M....

@plvzfq-rit sure! just go ahead and create a PR. (Maybe take the nuxt.com website/code as inspiration)

How do you guys run your seed command? I get the same kind of errors when using jiti/tsx/ts-node to invoke the seed script.

If I use `vite.resolve.alias` as above, during prerendering I get > [10:42:04] ERROR Invalid module ".prisma/client/default" is not a valid package name imported from \.nuxt\prerender\index.mjs. If I move the alias...

I don't have a strong opinion about shipping sources or not. Do you know how numpy/scipy are handling this?

Docker-based actions are not available for macos and windows (based on https://docs.github.com/en/actions/sharing-automations/creating-actions/about-custom-actions#types-of-actions)

Thanks! The changes look good to me, but the playground example ci is now failing. Could you please have a look?

Even with increased heap size it fails (and increases the build time). Could you perhaps revert the type changes for now?

I had a look at this and it turns out that it's the vue runtime compiler that is the problem. I "fixed" it by removing the vue alias, but now...