issues Search Results · language:Dune language:JavaScript language:Java language:JavaScript linked:pr language:TypeScript
Filter by
6.7M results
Summary
The autofix shared by the sort rules reorders members by replacing each node s text with another node s text via
sourceCode.getText(node), which excludes attached comments. Comments stay at their ...
area:rules
bug
type:fix
Follow-up to #433. azure is the one lexicon that does not ship .d.ts (it stays source-only) because its fully-expanded
generated declaration is ~273MB / 4.3M lines — unshippable: any consumer tsc-ing against ...
enhancement
Problem
The component apps/web/modules/settings/security/password-view.tsx uses the translation key password_has_been_changed
for the success toast after a password update.
However, the key password_updated_successfully ...
Bug description
The default web-server entrypoint docker/entrypoints/run-server.sh invokes gunicorn as a child process rather than
exec-ing it. As a result the bash wrapper remains PID in the container, ...
bug
Apply also to https://github.com/allenthich/changesets-ci-template
Sentry Issue: ERXES-API-2N
Error: User is not logged in
File /app/dist/src/modules/clientportal/graphql/resolvers/queries/cpNotification.js , line 18, in clientPortalNotifications
throw new Error( ...
bug
sentry
Sentry Issue: ERXES-UI-X
Error: Calling registerSip is not allowed when sip status is sipStatus/ERROR (expected sipStatus/CONNECTED)
at None (/latest/frontline_ui/__federation_expose_floatingWidget.1e4b25f0.js:1:20432) ...
bug
sentry
Description
Description
actions/dashboard.js contains multiple consecutive guard clauses that return the same value:
if (!user) return null;
if (!user.industry) {
return null;
}
Both branches produce ...
ai
backend
level:beginner
type:devops
type:refactor
Description
Description
The file upload component currently defines supported file formats in two different places:
const ALLOWED_TYPES = [...]
and
accept= .pdf,.jpg,.jpeg,.png
Because these values ...
ai
frontend
type:design
type:devops
type:refactor

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.