Open Issues Need Help
View All on GitHubAI Summary: The issue proposes improving a TypeScript badge's accuracy by updating its module resolution logic to align with modern practices. This involves correctly interpreting the `exports` field in `package.json`, properly evaluating conditional types, and ensuring accurate processing of `.d.ts` declaration files.
AI Summary: Charts, specifically the Trends chart, are failing to render on iOS 16 devices, appearing completely empty. This issue has been reproduced on an iPhone X running iOS 16.x, and the problem is hypothesized to be related to a missing polyfill.
AI Summary: This issue proposes integrating test coverage reporting into the CI pipeline to display reports directly on pull requests and commits. The primary goal is convenient reference rather than enforcing immediate coverage thresholds. The author is also seeking recommendations for suitable tools, such as Codecov.
AI Summary: The `npmx.dev` website fails to declare its support for color schemes using the `color-scheme` property, leading to visual issues like incorrect logos and low-contrast switches when browsers apply "forced dark mode." This problem occurs whether the system or explicit site settings are light or dark. The proposed solution is to dynamically set the `color-scheme` property on the `html` element (or via meta tag) to `light dark`, `light only`, or `dark only` based on the active theme.
AI Summary: The `npmx.dev` tool is failing to render all dependencies for `elm-review`, displaying only 10 out of an indicated 18. Additionally, the internal hash link (`#dependencies`) intended to navigate to the dependencies section on the page is non-functional.
AI Summary: The npmx.dev website currently displays a generic error page when a user directly navigates to a nonexistent organization URL (e.g., `https://npmx.dev/@react-bot`). This issue requests the implementation of a graceful 404 'Not Found' page for organizations, similar to the already existing and correctly implemented 404 pages for nonexistent packages and users.
AI Summary: This issue proposes adding a link to the `node-modules-inspector` tool to enable deep exploration of project dependencies. The task involves evaluating whether to simply link out to the external tool or integrate it more directly into the current system.