The GitHub Actions job "Lint PR" on texera.git/main has failed.
Run started by GitHub user carloea2 (triggered by carloea2).

Head commit for run:
0d966537b9595036a190b938b29a721814af94ee / Carlos Ernesto Alvarez Berumen 
<[email protected]>
feat(gui): autosave Workflow Settings > Data Transfer Batch Size via debounced 
valueChanges

Previously the Settings form updated only the FormControl; nothing invoked 
setWorkflowDataTransferBatchSize(...) unless a manual handler fired, so the new 
value often wasn’t propagated/persisted.

This change wires the control to a debounced valueChanges pipeline
(Number-coerced, validated, distinctUntilChanged) that calls
confirmUpdateDataTransferBatchSize(...).

- Add debounceTime(300), map/filter/distinctUntilChanged, untilDestroyed(this)
- Keep existing persistence policy (persist only when logged-in)

Behavior:
- Typing a valid number updates workflow settings and triggers persistence
  (once after 300ms of inactivity).
- Reload shows the saved value.

Report URL: https://github.com/apache/texera/actions/runs/17901887911

With regards,
GitHub Actions via GitBox

Reply via email to