Skip to content

decode to string instead of uint#62

Merged
hayesZach merged 2 commits intomasterfrom
fix/decode-string
Mar 20, 2026
Merged

decode to string instead of uint#62
hayesZach merged 2 commits intomasterfrom
fix/decode-string

Conversation

@hayesZach
Copy link
Copy Markdown
Collaborator

@hayesZach hayesZach commented Mar 20, 2026

Note

Low Risk
Low risk: scoped to CSFloat ingestion pagination, only changes JSON decoding/parsing of next_cursor and returns an error if the cursor is not numeric.

Overview
Updates the CSFloat ingestor to decode next_cursor as a string (matching the upstream API) and then parse it into a uint for internal pagination.

Adds explicit cursor parsing/error handling and keeps the rest of the sync flow unchanged.

Written by Cursor Bugbot for commit 2db8a0c. This will update automatically on new commits. Configure here.

@hayesZach hayesZach self-assigned this Mar 20, 2026
@hayesZach hayesZach added the bug Something isn't working label Mar 20, 2026
Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

@hayesZach hayesZach merged commit c8917dd into master Mar 20, 2026
3 checks passed
@hayesZach hayesZach deleted the fix/decode-string branch March 20, 2026 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants