Viyerelu23333
Viyerelu23333
Not pretty sure if this would fit into the problem, but I think it is possible with `find`. Might require some modifications to the `.shellcheckignore`. ```bash # find files ending...
I also tested on my end. Windows Firefox with plugin (PWAsForFirefox) does not prompt for installation in the address bar (perhaps it needs HTTPS?), but works fine for manual installation....
I am trying to test the installation path substitution... and Submitty reported errors in the docker autograding (Tutorial/05). ``` LOGGING BEGIN my_runner.out Log entry for container0: Running User Code... 4.0K...
Tested on my end and the multi-threading works fine. The only problem is the DockerUI — it depends on the logs in `logs/docker` and threading makes the logs out of...
> See the following lines in the `git_tests.sh` script and see if changing the `http` to `https` will pass the github CI > > https://github.com/Submitty/Submitty/blob/main/tests/git_test.sh#L8 https://github.com/Submitty/Submitty/blob/main/tests/git_test.sh#L46 > > hopefully that's...
The CI fails because of the `jq` version: Ubuntu 18.04 only has `jq-1.5`, but the script uses a feature introduced in `jq-1.6` (`$ARGS.named`). ~~Update: a temporary fix is added. If...
> I am assuming you found this while logged out? Course storage while logged in should be in the database not cookies so this shouldn't be a problem there. >...
> Do we want this bot allowed? Maybe we need to allow certain bots for SEO too. I assume it's the `BLOCK_USER_AGENT`, but need to look at the error log...