kenkoooo
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...
 クローラーのメモリ使用量を見るとリークがあるように見える。
現状では異なる4つのクロール戦略について、それぞれクローラーがあります。 - crawl_all_submissions - crawl_for_virtual_contests - crawl_recent_submissions - crawl_from_new_contests ECS でそれぞれについてインスタンスを立てていますが、もし単一の実行可能ファイルでできれば管理が楽になります。 考えているのは message queue を使う方法で、各クローラーは以下のように動きます。 - クローラーは `(クロール戦略, その戦略の状態, クロールするコンテスト, クロールするページ)` をキューから受け取る。 - 1ページクロールする。 - 状態を更新し、次にクロールするページを取得する。 - `(クロール戦略, 更新したその戦略の状態, 更新したクロールするコンテスト,...
フロントエンドとバックエンドの通信にはかつては react-refetch を使っていましたが、react-refetch がメンテされなそうということと、一部の `swr` による置き換えがうまくいっているので、残った react-refetch の実装も swr を中心としたものに置き換えていきます。 # Progress - [x] TablePage by @Atsuyoshi-N (#951, #958) - [x] ListPage #1040 - [x] RecentContestList by @yb173 #1063 -...
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...
https://github.blog/2021-04-05-behind-githubs-new-authentication-token-formats/
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...