Oscar Rendon
Oscar Rendon
The fix was done on 1d4226cb32a44a545ae73caf290d101d312d8d05 Before closing this issue I'll perform an update over all repos url's we have on production db
You made a good point Amrit, right now we're taking the main language for each project from github data and is being treated as a separate filter, so we've a...
That's right Amrit, thanks, just created issue #71 for project details page. This issue keeps open, @aayalur wanna work on a patch for #71 ?
Yes, it seems CodeChef stopped working since a few months ago
I confirm this works correctly, this issue can be closed. Here is a C++ snipped which also includes the standard error ```cpp #ifndef ONLINE_JUDGE freopen("input.txt", "r", stdin); freopen("output.txt", "w", stdout);...
hi, any plans to include this in further releases?
I like this idea, what do you think about announcing 24 hours before the contest so people get enough time for registration? I can implement this unless you are already...
I've seen some contests on AtCoder and LeetCode being announced 28 days and 15 days before the actual contest, so this might be handy. Maybe 24 hours before the contest...
How is the bot process being executed? My first thought was to add a service monitor so the process gets rebooted automatically after the crash. At least to decrease the...
@kevinjycui Here is a `systemd` example that I made for another bot https://gist.github.com/orendon/a34d60e6fbe96e5433f60aeb28c9987c Also you can check into this post for further details https://ma.ttias.be/auto-restart-crashed-service-systemd/