Arihant Verma

Results 4 comments of Arihant Verma

@pomber heya! 👋🏼 . Thank you for this awesome software! I've been desperately wanting to be able to search in vscode as well though 🙈

@stipsan This is a scenario I'm dealing with – I have a sticky navigation menu header. On click of any menu item, it scrolls to the required element. But because...

I tried a bare bones webpack setup to check this. ```javascript // src/1.js const a = 'a'; // src/2.js const b = 'b'; // src/index.js const index = 'index' ```...

It works if vite ssr external config is removed ```diff import { defineConfig } from 'astro/config'; import react from '@astrojs/react'; import tailwind from '@astrojs/tailwind'; import sitemap from '@astrojs/sitemap'; import markdoc...