Martin Mareš
Martin Mareš
As previously discusse with @stefano-maggiolo in PR #992, I taught isolate to create temporary directories on request, and /tmp by default. It would be nice to use it in CMS.
When using CMS with the Isolate sandbox, the assignment of sandbox IDs for various purposes (compilation, solution, manager for communication tasks, etc.) is somewhat haphazard and unpredictable. So even though...
(This is something between a bug report and feature request :) ) When tried to upload a 200 MB ZIP file containing test data to the AWS, memory usage of...
Is there a way how to clone a contest? In older versions of CMS, I was used to exporting a contest and importing it again. With CMS 1.3, the import...
After upgrading Apereo CAS at our university to version 6.5.8 of cas-overlay, python-cas stopped working. Verification of tickets CASClientWithSAMLV1 fails, server logs reveal that the CAS is unable to parse...
At the IOI, it often happens that during the submission storm at the end of the contest, we are getting errors like this: ``` WARNING Worker,46 File af7ffdbbf9f6ec5d2f3cbbc3c58f980519d89cb8 (Executable insects...
I am using this wonderful plugin with KiCad 7.0.6. When I export to schematics, the "Exclude from BOM" and "Exclude from POS" attributes are not exported, so they get overwritten...
I am using this wonderful plugin with KiCad 7.0.6. I noticed that the "Export to schematics" function does not export LCSC numbers for some components. Further investigation uncovered that the...
I'm not sure if this is a bug report or a feature request :-) Currently, CMS puts files in the sandbox by creating a temporary directory, initializing a sandbox, and...
I tried adding support for C# compiled by .NET SDK 7.0. I have a very preliminary version running in the Czech national olympiad, but before I submit a pull request,...