issues Search Results · language:Dune language:JavaScript language:JavaScript language:JavaScript linked:pr linked:pr
Filter by
1.8M results
Summary
Importing a video occasionally failed with ERROR: unable to download video data: HTTP Error 403: Forbidden. YouTube
intermittently rejects the stream URL it just handed out; the download succeeds ...
Is there an existing issue for this?
- [x] I have searched the existing issues
This issue exists in the latest npm version
- [x] I am using the latest npm
This is not just a request to bump a dependency ...
Bug
Needs Triage
Description
The client auth functions are currently defined at the root of services. Grouping them inside an auth subfolder
structures authentication modularly.
Proposed Changes
- Create client/src/services/auth/authService.js. ...
Describe the bug
src/Pages/Contact/ContactUs.js contains a massive block of 123+ auto-generated filler comments at the bottom of the
file. Every metric entry is identical:
/*
* ...
* - Metric #001: ...
In tests/hermes-plugin.test.js line 149:
assert.match(ctx, /net: - N lines possible/);
But skills/ponytail-review/SKILL.md line 46 actually has:
net: - N lines possible.
The test regex is missing ...
In scripts/check-versions.js, the VERSION_FILES array does not include plugin.yaml or pi-extension/package.json. This
means version drift in these files won t be caught — the exact class of bug that issues ...
The English README.md says Works with 16 agents . The Spanish and Korean versions say 15 (missing Swival). Update the
agent count badges in README.es.md and README.ko.md to say 16.
In ponytail-mcp/index.js line 12:
const server = new McpServer({ name: ponytail , version: 0.1.0 });
The version is hardcoded as 0.1.0 while the project is at 4.8.3. The ponytail-mcp/package.json ...
The plugin.yaml file has author: Salaamdev but package.json has author : { name : Dietrich Gebert }. These should
agree.
Issue
The MetricsChart component in the frontend fetches analytics data using a standalone fetch call with credentials:
include , rather than using the apiFetch helper that is used by every other authenticated ...
bug
gssoc
gssoc26
security

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.