Last 12 weeks ยท 1 commit
5 of 6 standards met
Describe the bug Describe the bug After upgrading from to , ESLint crashes with a when linting markdown files (e.g. ). The crash originates from the rule. Its internal utility calls , which does not exist on the SourceCode object introduced by the "markdown: Use markdown language" change in v7.5.0 (). This happens with the default config โ no custom markdown language configuration is needed to trigger it. Reproduction Then run on any project that contains a . โ Works on โ Crashes on and later (tested ) Expected behavior Markdown files should be excluded from rules that rely on JS-specific SourceCode APIs (like ), or the rules should gracefully handle non-JS SourceCode objects without crashing. Related #806 โ Similar crash on markdown files, but triggered by explicit language configuration #818 โ PR that introduced the markdown language change Important notice This issue description has mostly been generated by Claude Opus 4.6 with context given by me. Reproduction https://github.com/kevinmarrec/config/pull/93 System Info Used Package Manager bun Validations [x] Follow our Code of Conduct [x] Read the Contributing Guide. [x] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate. [x] Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead. [x] The provided reproduction is a minimal reproducible of the bug. Contributions [ ] I am willing to submit a PR to fix this issue [ ] I am willing to submit a PR with failing tests (actually just go ahead and do it, thanks!)
Repository: antfu/.github. Description: The default community health files for all my repos on GitHub Stars: 149, Forks: 30. License: MIT. Open PRs: 0, open issues: 0. Last activity: 2mo ago. Community health: 85%. Top contributors: antfu, mvllow, sxzz.
Describe the bug Visiting any non-home page (e.g., ) will redirect to . Reproduction https://vitesse-nuxt3.netlify.app/hi/aa System Info Used Package Manager pnpm Validations [x] Follow our Code of Conduct [x] Read the Contributing Guide. [x] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate. [x] Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead. [x] The provided reproduction is a minimal reproducible of the bug. Contributions [ ] I am willing to submit a PR to fix this issue [ ] I am willing to submit a PR with failing tests (actually just go ahead and do it, thanks!)
Clear and concise description of the problem On mouse right click (when brush is active), a color selection popup should appear right before the cursor. Like this: (ref: ink2go windows version) !Screenshot_2024_0912_215652 Suggested solution Maybe we could make a separate color selection box which would be absolutely positioned to the cursor position. Alternative _No response_ Additional context _No response_ Validations [X] Follow our Code of Conduct [X] Read the Contributing Guide. [X] Check that there isn't already an issue that request the same feature to avoid creating a duplicate.