kenkoooo

Results 52 issues of kenkoooo

Hi, I tried to compile the following example in `4.0.0-0` in TypeScript, which is in README, but I couldn't compile it. ```typescript import { connect, PromiseState } from "react-refetch"; interface...

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

enhancement
frontend

![image](https://user-images.githubusercontent.com/9150073/154926706-b8fe12db-6d6e-421d-9e85-a76be8b2e87b.png) クローラーのメモリ使用量を見るとリークがあるように見える。

bug
backend

#907 でユーザーガイドを作り始めようとしたが、やる気が続かなかった。

enhancement
good first (初心者歓迎)

現状では異なる4つのクロール戦略について、それぞれクローラーがあります。 - crawl_all_submissions - crawl_for_virtual_contests - crawl_recent_submissions - crawl_from_new_contests ECS でそれぞれについてインスタンスを立てていますが、もし単一の実行可能ファイルでできれば管理が楽になります。 考えているのは message queue を使う方法で、各クローラーは以下のように動きます。 - クローラーは `(クロール戦略, その戦略の状態, クロールするコンテスト, クロールするページ)` をキューから受け取る。 - 1ページクロールする。 - 状態を更新し、次にクロールするページを取得する。 - `(クロール戦略, 更新したその戦略の状態, 更新したクロールするコンテスト,...

enhancement
backend

フロントエンドとバックエンドの通信にはかつては react-refetch を使っていましたが、react-refetch がメンテされなそうということと、一部の `swr` による置き換えがうまくいっているので、残った react-refetch の実装も swr を中心としたものに置き換えていきます。 # Progress - [x] TablePage by @Atsuyoshi-N (#951, #958) - [x] ListPage #1040 - [x] RecentContestList by @yb173 #1063 -...

enhancement
frontend
good first (初心者歓迎)

Since we have new Streak APIs `/v3/rated_point_sum_ranking` and `/v3/user/rated_point_sum_rank`, the old API `resources/sums.json` is no longer needed. We will remove this old API by the following plan. # 2021-11-01 We...

announcement

https://github.blog/2021-04-05-behind-githubs-new-authentication-token-formats/

backend
frontend

Since we have new Streak APIs `/v3/ac_ranking` and `/v3/user/ac_rank`, the old API `resources/ac.json` is no longer needed. We will remove this old API by the following plan. # 2021-10-01 We...

announcement