Luca Wehrstedt

Results 41 issues of Luca Wehrstedt

JSON is cool because it's an intuitive and concise language to describe simple data structures. But I don't think it's suited for configuration files, mainly because it lacks the ability...

Some system resources may be limited, like the maximum number of open file descriptors. This particular limit could be easily reached by services like RWS that keep many open connections...

Despite the alluring title, this is just a tracking issue listing things to do to the code *when* we will drop support for Python 2 (which won't happen before the...

A requested feature is a new command line tool, say `cmsReRunSubmission`, that takes the ID of a submission (plus, possibly, a set of testcase IDs, or a regex), compiles and...

feature_request
cli

When a task has attachments (other than statements) we display them in CWS and we add some nice information like the file size, the type and an icon. The type...

We may want to provide to contest administrators the ability to determine whether some submissions are too similar to some public code or to each other. This is probably most...

feature_request

NsJail (https://github.com/google/nsjail) is a cgroup- and namespace-based sandbox helper that resembles isolate a lot. We might want to play with it a bit to see how the two compare. It...

sandbox
feature_request

As outlined in many points (mainly in the documentation for RWS) there's no way for CMS to update or delete the data on RWS other than (deleting it on RWS...

rws
ps

At the moment when the Worker (i.e. the `cmsWorker` process) is killed (by Ctrl+C, by RS, etc.), the actual working (where compilation and evaluation happen) thread could remain alive. This...

If I start the services as cmsuser in my home directory (which obviously isn't accessible to cmsuser) everything works for all services except ResourceService. I get this error: ``` luca@luca-thinkpad...

rs