AtCoderProblems icon indicating copy to clipboard operation
AtCoderProblems copied to clipboard

Extend your AtCoder

Results 153 AtCoderProblems issues
Sort by recently updated
recently updated
newest added

現在CIで使用しているNode 16が2023年9月11にEOLとなり、GitHub ActionsではNode 20への移行が推奨されています(Summaryでも警告が出ている)。2024年春までが目標とのことで、そろそろです。 https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ ~~peaceiris/actions-mdbookはまだ対応したバージョンがリリースされていないため、対応PR (https://github.com/peaceiris/actions-mdbook/pull/500 )がマージされるまで保留ということにしています。~~ (2024/04/15編集)リリースされていたので対応しました。 react-scripts 4系がNode 17以降、そのままでは動かなくなってしまいました。CIでは緩和策を導入してしのいでいますが、移行を検討してもいいかもしれません。

[email protected][email protected]に対応しておらず、開発中のホットリロードに失敗したりと困るところがあったので、双方のバージョンを17.0.2に合わせました。また、@types/react-beutiful-dndをdevDependenciesに移動しました。

可能であれば、典型アルゴリズム問題集(PAST本)でのオリジナル問題問題セットに加えていただきたいです。 バーチャルコンテストでリンクから追加できない、https://kenkoooo.com/atcoder/resources/problems.json でのコンテストidの検索件数が0であったため無いと判断してissuesに投げさせていただきましたが、こちらの仕様の勘違いなどでしたら申し訳ありません。 サポートページから見えるため大丈夫だと思いましたが、念の為リンクは伏せておきます。 もしも私の方からできることがあればできる限りご協力させていただきたいのでお知らせくださると助かります🙇

ログインしようとした時に下記のように表示されてログインページが開ません `{"message": "Endpoint request timed out"}`

This PR is to resolve the following issue: #1481

In Problems page, when AtCoder Id of Two users is given, the grid below shows the contests, where some cells are green, some are red and some are yellow. There...

This pull request introduces a new "Orange" theme to the application, providing users with an additional aesthetic option. The new theme features a vibrant orange color scheme, offering a fresh...

Table の ABC361 の所だけ問題が表示されていない ![image](https://github.com/kenkoooo/AtCoderProblems/assets/27503986/20aab056-63cd-4e47-9d09-b973949e01e5)

In LoginAdvice component, the **sequence of showing the alert is loading then user** but if the user is not logged in then it will be better to show user to...

It is showing that loading user info without checking whether the user is logged in or not. - If user is not logged in then data will never exist and...