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

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 27.4.1 to 28.1.6. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/jest&package-manager=npm_and_yarn&previous-version=27.4.1&new-version=28.1.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

Feature #1194 ## 方針 - issues #1194 で提案されていた機能に関して「トグルボタンを用意してそれをONにした時にAC-likeをなくしてACにいれる」の実現を目指し実装した - table tabから特定コンテストの表示を消す実装は他の機能に影響が出るかもと心配だったので以下の2機能の実装にしぽってPRを作成した - タブが[ABC, ARC, AGC]の場合、追加したトグルボタンを表示する - 追加したトグルボタン ONの場合、 A`*`C とA`*`C-likeを同時に表示する ## QA - 追加したトグルボタンは [ABC, ARC, AGC]の場合表示される ○ - 追加したトグルボタンは...

ユーザーガイドへのリンクを修正しました。 現在は https://kenkoooo.com/atcoder/book/index.html へ飛ぶようになっているのですが、このページには文章が何も記載されていないので、どこに説明が書いてあるのか分かりにくいような気がします。 何もないページよりは最初の章のページに飛ばしたほうが親切だと思い、このPRを作成しました。

A\*C とA\*C-like をくっつける機能が欲しいです。 最近の傾向だと両者で形式に関しても出題傾向に関しても差が殆ど存在しないので、一覧性やtabの選びやすさの観点からもくっつけるメリットが大きい気がしています。 UIとしては、 - 新しいtabを作成してそこに双方のコンテストを入れる - トグルボタンを用意してそれをONにした時にA*C-likeをなくしてA*Cにいれる の2つが思いついていますが、個人的には後者の実装だと嬉しいです。

enhancement
frontend

Bumps [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts) from 4.0.1 to 5.0.1. Changelog Sourced from react-scripts's changelog. 4.0.3 (2021-02-22) v4.0.3 is a maintenance release that includes minor bug fixes and dependency updates. :bug: Bug Fix react-scripts...

dependencies
javascript

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.7.3 to 4.7.4. Release notes Sourced from typescript's releases. TypeScript 4.7.4 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies
javascript

Recommendationの新たなデザイン案です. #782 のデザイン案を踏襲し実装したものです. Recommendされた問題の詳細情報が目に入らないようにすることで,解く前に問題に対する先入観を持ってしまうのを防ぐ狙いです. ![2021-04-11](https://user-images.githubusercontent.com/8394202/114301037-d839c480-9afd-11eb-809e-1e68247ba862.png) ![2021-04-11 (1)](https://user-images.githubusercontent.com/8394202/114301048-e7207700-9afd-11eb-8fce-4594c0d99637.png)

Bumps [swr](https://github.com/vercel/swr) from 0.5.3 to 1.3.0. Release notes Sourced from swr's releases. 1.3.0 What's Changed type: fix type error on SWRConfig by @​Himself65 in #1913 chore: update React 18 dependencies...

dependencies
javascript

https://twitter.com/chokudai/status/1259521943734087682

enhancement
frontend

https://twitter.com/e869120/status/1519310341024677888 で提案されてた仕様をオプションとして実装してみたいです!設定のon,offはthemeのとこから設定できたりしたらいいのかなと思っています。