Skip to content

issues Search Results · language:Dune language:JavaScript language:JavaScript language:JavaScript language:Python linked:pr

Filter by

4.5M results  (369 ms)

4.5M results

utils/api.js does if (err.response.status === 401) in the interceptor. On a network failure / timeout / CORS error there is no err.response, so this throws a TypeError and masks the real error. Guard it: ...
bug
frontend

In store/metricsSlice.js, createSlice({ name: auth , ... }) — it reuses the auth slice s name. Slice names should be unique (they prefix generated action types). This produces action types like auth/addMetric ...
bug
frontend

store/authSlice.js initializes token: localStorage.getItem( token ), but utils/setAuthToken.js stores the token under the key smart-metrics-logbook. The keys don t match, so on a page refresh the token ...
auth
bug
frontend

Problem The cleanup_expired_urls task exists in workers/tasks.py but has no Celery beat schedule configured. Expired URLs are never automatically cleaned up. Proposed Solution Add beat schedule entries ...
bug

** sub sub P2 Badge /sub /sub Avoid buffering suppressed audit-fix output** When npm audit fix emits a large report in the partial-failure cases this change is trying to support, piping both stdout and ...

From: https://github.com/IBM/ado/issues/874#issuecomment-4458768227 - number measurementrequests - is count of requests associated with operation id - number failed measurementrequests - count of ...
enhancement

There is no ESLint/Prettier config and no CI. Add ESLint + Prettier and a GitHub Actions workflow that installs deps, lints, and runs the test suite on PRs, so regressions (and the issues filed here) are ...
backend
enhancement
testing

There is no /health (or /api/health) endpoint for load balancers / Heroku to probe, and no handling of SIGTERM to close the HTTP server and Mongo connection cleanly. Add a lightweight health route and ...
backend
enhancement

controllers/auth.js hashes with bcrypt.genSalt(10) inline in register. There is no shared constant for cost factor and no enforced password policy (length/complexity). Extract a config value for the bcrypt ...
backend
security

The Wage model and metrics/wage endpoints store a metric s recorded value (wage: req.body.metricValue). Wage is misleading for a health-metrics logbook and makes the code hard to read. Rename to something ...
backend
enhancement
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.