Adrian Borup
Adrian Borup
Sometimes, when you enter a Kattis contest, you have already solved a few of the problems. It might be helpful to add a command that looks in a directory, fetches...
It seems that the download URL for the sample test cases zip file depends on the host URL, not the particular problem URL. I.e., if you `get` the problem at...
If the user's network is very slow, it can take a little bit of time (I think half a second after feeling it out for a bit) for the HTTP...
This crate seems to do it rather seamlessly: https://docs.rs/clap_complete/4.1.1/clap_complete/
Currently, if you want to submit to `itu.kattis.com` instead of `open.kattis.com`, you need to manually edit the `.kattisrc`. I suggest adding an optional `profiles` section to `kitty.yml` where you can...
When `--time`/`-t` is given, the summary could contain the fastest and slowest run, respectively
It would be really great with an F# entry in the `kitty.yml` example file. Preferably this would use the `fsc` compiler executable.
Either automatically delete the file at `exe_path` or add a `post_test`-like command to the config (command that runs after a test is complete).