Winterant

Results 5 issues of Winterant

2022年8月8日新增了图片验证码功能,需要`php7.2-gd`拓展的支持,但早于该日安装的OJ缺少此拓展。解决方案如下: 进入容器内执行 ```bash apt update && apt install -y php7.2-gd sed -i "s/^;extension=gd.*/extension=gd/" /etc/php/7.2/fpm/php.ini service php7.2-fpm restart ``` 然后该拓展就生效了,图片验证码也就显示出来了

Sometimes, the stdin file is too large to send to judge0 by directly reading its content using http. So I think it will be great if judge0 could receive a...

Dockerhub page shows that judge0 only supports architecture of linux/amd64. Would it add other architecture into supportted list, such as linux/arm64?

This is docker container log. ``` workers_1 | [2022-08-27T09:52:34+00:00] Compiling submission 9b1646a0-9bba-4065-bf9c-a5bbeafe918b (7): workers_1 | isolate --cg -s -b 7 -M /var/local/lib/isolate/7/metadata.txt --stderr-to-stdout -i /dev/null -t 15.0 -x 0 -w...