sambit

Results 22 comments of sambit

I can help with setting up a brand new docs site with the current content. Please let me know if I should move forward or not. I also need the...

I hope the team has some plan to support pnpm considering its speed and efficiency.

Should I migrate all of our examples to stackblitz and put the links in the docs in a PR ?

I checked, any example involving prisma won't work as prisma uses binaries and stackBlitz skips them. more info https://github.com/stackblitz/core/issues/1470 . But I was able to run the non-prisma examples which...

Hii @antfu I'm facing a similar situation with Vue, components ```vue import { defineProps } from 'vue'; defineProps({ size: String, icon: String, }); ``` This is where I want to...

> @sidwebworks I just tested it, it is faster than `ts-node` but not faster than `fastify-cli`. Idk sir what are your requirements, but for me tsx's been the fastest irrespective...

I also love fastify, can anybody tell me how it's so fast ?

Hii, @sadeghbarati I think it'll work if you register the component properly ```js import DefaultTheme from 'vitepress/theme' import LastUpdated from './components/LastUpdated.vue' export default { ...DefaultTheme, NotFound: () => 'custom 404',...

I suffered for 30 mins and figured out the fix. it now compiles and works in dev #### Problem - the vue component export helper is somehow getting re-compiled and...

Electron is in externals by default, Did you upgrade any dependency ?