Skip to content

Conversation

@subdiox
Copy link
Contributor

@subdiox subdiox commented Jul 1, 2023

Description

As-is

  • Parallel downloading of AtCoder problems got restricted with "Too many requests" error.
  • As they started to use Ex for IDs of the hardest problems, Character.init caused a crash.

To-be

Added support for current AtCoder with following fixes:

  • Stopped parallel downloading of AtCoder problems.
  • Replaced Character usages with String.

Tests by the developer

  • Tested that I could download the abc308 problems by running accs new abc308.
  • Tested that the generated project can be opened and works perfectly.

@subdiox subdiox changed the title Added support for current AtCoder Add support for current AtCoder Jul 1, 2023
Copy link
Owner

@ShotaKashihara ShotaKashihara left a comment

Choose a reason for hiding this comment

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

@subdiox Sorry for my late reply, but thank you for your contribution. It's cool. 👍

@ShotaKashihara ShotaKashihara merged commit fee0fe0 into ShotaKashihara:main Aug 1, 2023
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