Riza Suminto
Riza Suminto
This is a draft PR for ManifestCache implementation. The `ManifestCache` interface closely follow `com.github.benmanes.caffeine.cache.Cache` interface, with addition of specifying `maxContentLength()`. If stream length is longer than `maxContentLength()`, AvroIO will skip...
### Feature Request / Improvement PR #4518 implement manifest content caching by reading the InputFile's stream ahead, loading it to cache, and serve the cached `List` to reader. If this...
This patch add initial configs for devcontainer, development inside container using vscode. https://code.visualstudio.com/docs/devcontainers/containers To use it, simply open judgels as follow: ``` $ git clone https://github.com/ia-toki/judgels.git $ cd judgels $...
Opening http://localhost:3000/system using superadmin crash with following error messages: ``` Unhandled Rejection (TypeError): Cannot read properties of undefined (reading 'id') renderContent src/components/ContentWithSidebar/ContentWithSidebar.jsx:127 124 | return ; 125 | }); 126...
VSCode provide a nice extension to develop code inside container called [devcontainer](https://code.visualstudio.com/docs/devcontainers/containers). Adding devcontainer support can make it easier for new contributors to start working with judgels code.