Skip to content

fix: three high-severity bugs in CSV export and response parsing#46

Open
gacolitti wants to merge 2 commits into
mainfrom
claude/analyze-draftkings-api-YgXyF
Open

fix: three high-severity bugs in CSV export and response parsing#46
gacolitti wants to merge 2 commits into
mainfrom
claude/analyze-draftkings-api-YgXyF

Conversation

@gacolitti

Copy link
Copy Markdown
Owner
  • dk_write_csv.showdown_captain_mode_multiple_solutions: iterate over
    all lineups instead of only the first (optimal_lineups[1] -> optimal_lineups)
  • Add missing dk_write_csv.classic_multiple_solutions S3 method so
    classic lineups can be exported to CSV for upload
  • Fix exists() scoping bug in dk_resp_parse.draft_group_info_resp by
    initializing sport_specific_data to NULL and using is.null() check
    instead of exists() which defaults to global environment scope

https://claude.ai/code/session_0125BTXN7vF67ToLxTXeKX1i

- dk_write_csv.showdown_captain_mode_multiple_solutions: iterate over
  all lineups instead of only the first (optimal_lineups[1] -> optimal_lineups)
- Add missing dk_write_csv.classic_multiple_solutions S3 method so
  classic lineups can be exported to CSV for upload
- Fix exists() scoping bug in dk_resp_parse.draft_group_info_resp by
  initializing sport_specific_data to NULL and using is.null() check
  instead of exists() which defaults to global environment scope

https://claude.ai/code/session_0125BTXN7vF67ToLxTXeKX1i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants