Sagar Seth

Results 7 issues of Sagar Seth

**Description** This PR fixes an issue where template parameters with a default value of `false` (e.g., `singleFile`) were not being applied, causing them to appear as `undefined` inside templates. The...

**Description** - Refactored `Installation` to be language-aware instead of language-locked - Render `AvailableOperations` based on the presence of AsyncAPI operations, not on a specific language **Related issue(s)** - Resolves #1787...

**Description** This PR fixes the long-standing Babel warning: ``` [BABEL] Note: The code generator has deoptimised the styling of asyncapi-ui.min.js as it exceeds the max of 500KB ``` The issue...

### Describe the bug **Generator:** latest **Template:** latest ``` [BABEL] Note: The code generator has deoptimised the styling of /Users/roman/Code/GitHub/**********/node_modules/@asyncapi/html-template/template/js/asyncapi-ui.min.js as it exceeds the max of 500KB ``` ### Expected...

bug

**Description** Changes proposed in this pull request: * upgraded styling dependencies: * `[email protected]` * `postcss@8` * `autoprefixer@10` * `@tailwindcss/[email protected]` * replaced deprecated `purge` option with the new `content` field in...

**Description** This PR addresses all SonarCloud-reported issues. Changes include: * [x] **updates:** Made public static fields `readonly` in `src/apps/cli/commands/config/auth/add.ts` #1883 * [x] **Node built-in module imports:** Use `'node:'` prefix for...

**Description** - This PR fixes a SonarCloud issue related to mutable static fields (TypeScript rule S1444). - Made public static fields `readonly` in `src/apps/cli/commands/config/auth/add.ts` **Related issue(s)** Part 1 - fixing...