issues Search Results · language:Edge language:Python language:JavaScript language:Python language:HTML language:JavaScript
Filter by
16M results
Add NMPulseFuncSynExp4 — a synaptic waveform combining sigmoidal rise and multi-exponential decay:
y = (1 - exp(-(x-onset)/tauRise))^power * sum(amp_i * exp(-(x-onset)/tau_i))
Parameters: tauRise, power, ...
enhancement
components/routing/PrivateRoute.js wraps the component with connect(mapStateToProps) AND reads state via useSelector,
while propTypes declares auth as required even though the component uses hooks, not ...
cleanup
frontend
File pyproject.toml pins package dependency PyRenew - currently at version 0.1.7
[tool.uv.sources]
pyrenew = { git = https://github.com/CDCgov/PyRenew , rev = v0.1.7 }
Ongoing work on the PyRenew ...
actions/auth.js exports apiLogout = () = userLogOut() (a plain action creator call), while every other action is a thunk
(...) = async (dispatch) = {...}. Callers must remember to dispatch(apiLogout()). ...
auth
bug
frontend
In store/authSlice.js, the userAuthError reducer only sets state.token = null but leaves isAuthenticated and user
untouched. After an auth error the app can still believe it s authenticated. Reset isAuthenticated=false, ...
auth
bug
frontend
actions/auth.js apiLoadUser catches every error and calls navigate( /auth/login ). A temporary network blip or a 500
will log a valid user out. Distinguish auth failures (401) from transient errors and ...
auth
bug
frontend
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24:
actions/checkout@v4. For more information see:
https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/ ...
enhancement
In pages/auth/Login.js (and Register) the submit Button is always enabled and there is no pending state, so users can
submit multiple times and fire duplicate login/register requests. Wire Formik s isSubmitting ...
enhancement
frontend
ux
Acoupipe has an examples directory that is almost undocumented. We should use sphinx gallery in the future to embed the
examples in the documentation.
docs
Problem
The Repositories module is entirely read-only today (repo_get, repo_tree, stack_detect, repo_context_atlas,
dependency_scan, repo_search_code — see README.md tools table). There is no way to change ...

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.