Craig Gumbley
Craig Gumbley
Hello! When using a worker pool pattern (or similar) you might want to display spinners for for each task, each one updating as the respective task state changes. Is this...
We should add nightly tests that run on the main branch so that we can ensure changes from things like pdk-templates aren't causing issues and going un-noticed. The implementation should...
`download_data` is no longer present in `utils`. This causes an import error at run time. This PR removes now redundant `download_data` from the imports in this script.
Prior to this commit there was a possibility that malformed strings could be passed in to the resource. This could lead to unsafe executions on a remote system. The parameters...
This is a ticket to track the following: - [ ] Find out what broke spec tests in main - [ ] Fix spec tests
**What is the name of your project?** jenkins-tui **What is the repo URL?** https://github.com/chelnak/jenkins-tui **Is there anything else I should know about the code?** It's all powered by textual and...
We currently have two dependabot warnings that are blocked because we are using some older libraries. E.g ```` [email protected] requires markdown-it@^10.0.0 [email protected] requires [email protected] ``` Where possible we should upgrade...
This ticket has been created to track how we might implement preview releases for the extension. Things to consider (evolving list): 1. Release schedule 2. Release from a branch /...
# Context The vscode extension should support creating new content with the new `pct` tool. # What has changed? Working from #761 , this PR provides an initial implementation of...
This PR contains a number of small code changes that should have been incrementally added.