Ryan Kwon

Results 15 comments of Ryan Kwon

It might be Cgroup's version problem. Try another version of linux. e.g. Ubuntu 22.04 doesn't work, but 20.04 works.

Try setting the language status to `archive` in the database. It cannot reduce the usage of storage resources, but I think it can make user not to make a submission...

FYI: It seems that the Linter is currently throwing errors for the tests in this PR, but this content does not directly involve the SQLModel code itself.

@tiangolo Regarding the proposed roadmap, could you provide more details about your perspective on the direction for integrating migrations through Alembic? https://github.com/tiangolo/sqlmodel/issues/654#issue-1927095154

(+) I think the cause of the pre-commit process, `impact of bullet point no. 4`, does not seem to be present in this PR's file diff.

Look good to me! It looks like @hermanzdosilovic wrote that part because he intends for the rest of the containers to start after the Redis is fully booted, but if...

Agree with you. We can still find it in [Line 50 in README.md](https://github.com/judge0/judge0/blob/master/README.md?plain=1#L50),https://github.com/judge0/judge0/blob/5a1ba5f3d32821c3bd0877f86a5fd3cf2b02fb3d/README.md?plain=1#L50 but I think accessibility is not that good. Could be better to use a separated paragraph.

(I'm not sure, so I recommend experimenting further) I think it shows information about the `nproc*2` workers running inside the docker image (by default). In my case, I implemented logic...

401 code means Unauthorized. In the request information, make sure you've entered the token information you set in `judge0.conf` appropriately.

First, try to reproduce the issue in a non-cloud load balancer environment to see if you see the same thing. It's much easier for the community to help you if...