Skip to content

feat: extend 2D prediction points range starting from 64 up to 4096 #8911

feat: extend 2D prediction points range starting from 64 up to 4096

feat: extend 2D prediction points range starting from 64 up to 4096 #8911

Triggered via push July 28, 2025 07:17
Status Success
Total duration 1m 41s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

nodejs.yml

on: push
nodejs  /  lint-eslint
1m 19s
nodejs / lint-eslint
nodejs  /  lint-prettier
30s
nodejs / lint-prettier
nodejs  /  lint-check-types
39s
nodejs / lint-check-types
nodejs  /  test-package
1m 6s
nodejs / test-package
Matrix: nodejs / test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
nodejs / lint-eslint: src/component/EventsTrackers/KeysListenerTracker.tsx#L72
Avoid passing live state to parent components in an effect. Instead, lift the state to the parent component and pass it down as a prop
nodejs / lint-eslint: src/component/EventsTrackers/BrushTracker.tsx#L345
Avoid passing live state to parent components in an effect. Instead, lift the state to the parent component and pass it down as a prop
nodejs / lint-eslint: src/component/EventsTrackers/BrushTracker.tsx#L340
Avoid passing live state to parent components in an effect. Instead, lift the state to the parent component and pass it down as a prop
nodejs / lint-eslint: src/component/2d/ft/Contours.tsx#L87
Unexpected 'todo' comment: 'TODO: make sure preferences are not a...'
nodejs / lint-eslint: src/component/1d/multiplicityTree/generateTreeNodes.ts#L27
Unexpected 'todo' comment: 'TODO: make sure spectrumData is not a...'
nodejs / lint-eslint: src/component/1d/inset/DraggableInset.tsx#L70
Avoid storing derived state. Compute "bounding" directly during render, optionally with `useMemo` if it's expensive
nodejs / lint-eslint: src/component/1d/FloatingRanges.tsx#L179
Avoid storing derived state. Compute "bounding" directly during render, optionally with `useMemo` if it's expensive
nodejs / lint-eslint: src/component/1d/FloatPublicationString.tsx#L141
Avoid storing derived state. Compute "bounding" directly during render, optionally with `useMemo` if it's expensive
nodejs / lint-eslint: src/component/1d-2d/components/FloatMoleculeStructures/DraggableStructure.tsx#L62
Avoid storing derived state. Compute "bounding" directly during render, optionally with `useMemo` if it's expensive