issues Search Results · language:Dune language:Python language:JavaScript language:Java language:TypeScript linked:pr
Filter by
9.3M results
Describe the bug
_extract_scale_offset (xrspatial/geotiff/_attrs.py) rejects SCALE/OFFSET values that don t parse as floats (#2992), but
accepts values that parse and can t be honoured: SCALE= 0 , SCALE= ...
bug
geotiff
input-validation
severity:medium
sweep-security
Investigate the Data Import from AHE, for booth workouts and health, the AHE splits that into two separate automations
Note the indoor Cycling today was missing cadence data. probably more
Look into ...
Problem
_process_numpy_linesweep in xrspatial/proximity.py is an @ngjit function defined inside _process. Each call to
proximity() runs the def again, which creates a new function object and a new numba ...
bug
performance
Found during the #902 design pass (docs/byo-agents/902-ta-mode-chat-design.md).
Symptom
The Help AI persona prompt (apps/main/src/lib/personas/base-blocks/help-ai.ts) instructs the model that it is grounded ...
bug
reproject() has five execution paths: in-memory numpy, in-memory cupy, dask, dask+cupy, and a streaming fallback that
kicks in when the source is over 512 MB and dask can t be imported. The first four ...
enhancement
tests
Problem
checkTddCodeContract in plugins/work/skills/split-in-tasks/lib/lint-type-ac-consistency.js uses
filesInScope.some(isTestFilePath) which only matches literal *.test.* / *.spec.* paths.
Scope entries ...
Describe the bug
_apply_eager_nodata_mask in xrspatial/geotiff/_attrs.py promotes integer buffers to float64 and then compares against
the sentinel:
arr = arr.astype(np.float64)
mask = arr == np.float64(nodata_int) ...
bug
The five vertical-datum functions in xrspatial/reproject/_vertical.py describe their return value as same type as input
, which is wrong for most input types.
geoid_height (lines 203-258) accepts float, ...
bug
documentation
sweep-api-consistency
Problem
onPermissionNeeded / onQuestionAsked (src/chat/view.ts) and the reducer s permission / question cases have no aborting
guard — unlike textDelta/tool/assistantStart. The aborted action clears pendingPermission ...
bug
Describe the bug
_reproject_dask builds its map_blocks template with the source s integer dtype (#2505), but the empty-chunk returns are
hardcoded to float64:
- _reproject_chunk_numpy: the non-finite, ...
bug

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.