Babak Farkhoopak

Results 38 issues of Babak Farkhoopak

### Current Behavior Hello 👋 I was trying out shadcn-svelte for the first time and I found out there is a problem when downloading components: ``` npx shadcn-svelte@latest add button...

status: help wanted
type: enhancement

``` > [email protected] preprepare > node src/remove-styles.cjs 👈 node:internal/process/promises:288 triggerUncaughtException(err, true /* fromPromise */); ^ [Error: ENOENT: no such file or directory, open 'C:\Users\babak\Documents\GitHub\svelte-select\src\lib\no-styles\C:\Users\babak\Documents\GitHub\svelte-select\src\lib\Select.svelte'] { errno: -4058, code: 'ENOENT', syscall:...

``` rror: source `[]` not found before ignore pattern is found at file:///C:/Users/babak/OneDrive/Documents/GitHub/babakfp.ir/node_modules/.pnpm/[email protected]/node_modules/ignore-sync/src/decodeIgnoreSyncFile.js:24:13 at Array.reduce () at decodeIgnoreSyncFile (file:///C:/Users/babak/OneDrive/Documents/GitHub/babakfp.ir/node_modules/.pnpm/[email protected]/node_modules/ignore-sync/src/decodeIgnoreSyncFile.js:11:53) at async processIgnoreSyncFile (file:///C:/Users/babak/OneDrive/Documents/GitHub/babakfp.ir/node_modules/.pnpm/[email protected]/node_modules/ignore-sync/src/processIgnoreSyncFile.js:10:22) at async Promise.all (index 0) at async...

**To reproduce:** ```styl $gray = { "50": #fafafa "100": #f4f4f5 "200": #e4e4e7 "300": #d4d4d8 "400": #a1a1aa "500": #71717a "600": #52525b "700": #3f3f46 "800": #27272a "900": #18181b "950": #09090b } ```...

Hi, Can we have a feature to ignore a file/folder without needing to use the `files.exclude` option? The reasoning is, `files.exclude` hides included paths from the explorer, meaning those files/folders...

Hi 👋 Use case: I want to only fetch a few specific types, not all of them.

bug

Hi 👋 `.pcss` is the same as `.postcss`.

Hi 👋 ### What version of daisyUI are you using? 4.11.1 ### Which browsers are you seeing the problem on? Chrome ### Reproduction URL https://play.tailwindcss.com/97Qw8pZhV8?file=css ### Describe your issue Current...

https://github.com/orgs/community/discussions/16925 **Prettier 3.2.5** [Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuEA+ABAbQIQDkDyAKgKIC6AOlBgFTUBCEANgCa1LoAScjjEANOgDqEAE4tslEHxAQADjACW0AM7JQAQxEiIAdwAKmhKpTrGO9QE9V0gEYj1YANZwYAZXUBbOABkFUOMgAZqbKcLb2Ti6usg5+AObIMCIArmEgoR4KiSlpcAAesnAiCl6wpoRFUJoKcMbBjKHSyvGMcACKyRDwQSFpAFbKea4t7Z3dSPWNIACOY3B62rLGIOrKALT+cMxbUiBJ6gqM8QDCEB4e6sgrPLvNUHGtAIIwSQo2yfB6Rb7+PQ1pAAsYB5GIIAQp4MoYmA4K4jBCFAA3CEWK5gZTWECI1IASSg21grjAxXkj3xrhgFlafymsm0oUE9lkVzptSKiIC0j8oREMAW6jiFxpaRiIh5VwuIkczF0UF2dL8MEECmYMAByAAHAAGaQiOCzBR6-mCy4TXrSGDqGzK1XqpAAJmkyVChCtdXNIDgHhsW22zG86nuyQFcAAYqILi94ld1B8ICAAL4JoA) ```sh --parser markdown ``` **Input:** ```markdown > [!NOTE] > **Bold**: Hello, World! ``` **Output:** ```markdown > [!NOTE] > **Bold**: Hello, World! ``` **Expected output:** The...

type:enhancement
lang:markdown