Jake Shadle
Jake Shadle
Only used by tests after #876
Seems reasonable.
Sure, go for it. Note you'll not be able to use schemars, both because serde is no longer used for the configuration, and it also has really outdated dependencies that...
I haven't thought about implementation much yet since you only opened this recently, but ideally it would be something along these lines: 1. Ideally has 0 additional dependencies. 2. Validated...
Cool, glad to hear that, will start working on that then. 🙂
If you compile it locally you can just add some debug prints in https://github.com/EmbarkStudios/gsutil/blob/9402ab0e03d784d07665dc7304c8708d82357c6b/src/util.rs#L50 to look at the raw response.
I don't have time to work on this atm but I agree it's an issue. Would accept a PR to fix/improve this.
Unfortunately annotations are limited to files that actually exist in the repository the action is executed on, but there is the possibility to add a markdown file as the [summary](https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary)...
I'd accept a PR for this but have no plans for implementing it myself.
Cool, I didn't actually do any benchmarking as this was just a side task while doing other stuff, so it'd be good to see in a real world scenario if...