issues Search Results · language:Dune language:JavaScript language:JavaScript language:JavaScript language:Java
Filter by
33.2M results
Add a highest score text in the screen.
Right now, a generated Regalpaket is treated as a separate entry to the original PDF. Would it be possible to just turn
it into an alternative view of the same file so as not to clutter the overall listings ...
Bug
The comment API can create orphan comments because it saves the comment before validating that the parent
question/answer exists.
Evidence
server/routes/comments.js saves immediately:
const comment ...
Bug
The pull request compare endpoint is unreachable because the dynamic /:id route is registered before /compare.
Evidence
backend/src/routes/pullRequest.routes.js:
router.get( /:id , optionalProtect, ...
Bug
Several frontend API modules pass API_BASE_URL into createApiClient(), but createApiClient() already prepends
API_BASE_URL and /api/v1.
Evidence
frontend/src/api/createApiClient.js:
baseURL: `${API_BASE_URL}/api/v1${path}`, ...
Description
Cards can currently be linked to specific purchases and products (such as booster packs, tins, or collection boxes)
within the system. While this backend association tracks where cards came ...
Generate a .exe file to run the code without opening a IDE.
repro.js:
// Case A: constant template literal assigned in constructor (false positive)
class FooError extends Error {
constructor(message) {
super(message);
this.name = `FooError`;
}
}
// Case ...
bug
Describe the bug Basically, I ve installed cloudflared on my system already. Using the mod with it installed doesn t
work
Which version of the mod/game are you using? Modrinth 1.21.1, using version 1.2.2+release.81 ...
bug

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.