issues Search Results · language:Edge language:Python linked:pr language:Python language:JavaScript language:JavaScript
Filter by
4.4M results
S_Depth.interpolation_alphas computes the bracketing level depths with np.take(transects, indices) — no axis argument —
so every query point reads its level depths from the flattened transect array, i.e. ...
AuthoredModule.registerModule taps preUpdateHook with a function that passes a spread copy of the update data to
updateTimestamps:
mod.preUpdateHook.tap((ogDoc, updateData) =
this.updateTimestamps( ...
released
Every non-leaf ASTNode hand-writes three accessors that are just union the accessor over my AST children — e.g.
MonodRatioNode (core/nodes.py):
def species(self): return self.A.species() | self.B.species() ...
enhancement
refactor
What happened?
/user/daily/activity and /team/daily/activity return spend totals that change with page_size and can even differ between
two identical consecutive requests. Paged totals are sometimes inflated ...
metrics.events.flashiness documents the Richards-Baker flashiness index (Baker et al., 2004) but computes
np.sum(np.abs(np.gradient(series))) / np.sum(series). np.gradient is a central difference — adjacent ...
metrics.coefficient_of_extrapolation builds its linear-extrapolation baseline from the current observation instead of
the previous one, so the baseline forecast for y[i] leaks y[i] itself. For y_true=[1,2,4,5], ...
Failing behavior
Network calls (fetch/XHR) issued via Runtime.evaluate against an existing attached tab silently never resolved — the tab
(Dia browser, hidden/backgrounded) was lifecycle-frozen: fetch, ...
cdp-attach
triage-needed
Subject of the enhancement
Add reusable, shared GitHub workflows for releases and adding to projects.
Part of cgkineo/cgkineo#7
Posted via collaboration with Claude Code
enhancement
ERDDAP.get_var_by_attr can never match a variable whose attribute value is falsy — valid_min=0, valid_min=0.0, comment=
, flag_values=0, etc. The matching guard short-circuits on the attribute s truthiness ...
Building a tabledap download URL with a string constraint whose value merely contains the letters min, max, or now —
e.g. station= terminal_1 , cdm_data_type= Maximum , or a regex like station=~ (WMO.*|.*minute.*) ...

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.