Skip to content

issues Search Results · language:Edge language:Python linked:pr language:JavaScript language:Java

Filter by

5.8M results  (341 ms)

5.8M results

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.*) ...

is_netcdf() in compliance_checker/protocols/netcdf.py uses url.endswith( nc ) — missing the dot — so any path whose name merely ends in the two letters nc is classified as a netCDF file: is_netcdf( myfunc ...

Part of #102 (G1: Algorithm plug-in framework). Scope - Create osimflow/algorithms.py with BaseAlgorithm ABC - Implement AlgorithmRegistry (dict dispatch: name to class) - Refactor Campaign.step_generate_lhs ...
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.