Vytautas Strimaitis
Vytautas Strimaitis
I'm interested in getting the request body in a custom request formatter when using FastAPI. However, `request.body()` returns a coroutine and therefore requires the `await` keyword, but the `_format_log_object` method...
There are a lot of problems where multiple answers are accepted. In such a case, the `cf` tool returns "Wrong Answer" unless the output matches `ansK.txt` exactly. It would be...
**What this PR does / why we need it**: When fetching features from multiple features views using different entities, the feature server returns `NOT_FOUND` for all of the features instead...
It would be cool to be able to find correct solutions to GCJ problems in a specific programming language. For example, my primary language might be X (or I'm currently...
Currently, all logic is running in the frontend. The data is served as massive `json` files. It would be smart to move all of this data to some back end...
It should be possible to search for a specific user and see his/her stats for each round. There is already an API implemented (as discussed at https://codeforces.com/blog/entry/66891?#comment-514854). Also, the user...
There could be a table showing number of participants for each (country, round) pair (something like https://www.go-hero.net/jam/17/regions).
- Add branch protection rules for `master` - Add `CODEOWNERS`
Right now the package description references a beta version of Poetry 1.2.0. It should instead reference the new stable release. This includes updating usage instructions and any links pointing to...
It would be useful to define a GitHub Action to handle building and publishing the package to PyPI automatically after creating a GitHub release. This would let me review PRs...