Donnie Adams
Donnie Adams
A `trivy` scan of the repo indicates that there a few CVE issues with dependencies (likely k8s libraries). Please consider updating the libraries to address the (>= HIGH) vulnerabilities. ```...
I'd like to see robust secret handling incorporated into gptscript. This secret handling would take two forms: 1. A way to handle secrets for gptscripts. Environment variables are OK for...
A sample gptscript: ``` Run commmand and do such-and-such with the output. ``` It would be nice if we could save a call to OpenAI for the "Run command" part...
Since some of these process can take a while, it would be nice to have some type of async/await. The nicest version of this I can imagine is automatic. That...
When an Acorn build is started/created, an AcornImageBuild(Instance) object is created and, at this point, never deleted. These should be garbage collected after some period or after so many are...
I use horizontal rule (`---`) under my headings. So, on the previous day the todos are under the horizontal rule. However, when the todos get rolled over to the next...
We are seeing a large performance difference with Powershell on Windows. The updating of the screen takes a significant amount of time, causing a weird refresh. I wasn't able to...
Fixes: https://github.com/deepmap/oapi-codegen/issues/1429
The idea would be to provide a new token for, say `text`, to capture the remaining text after the `:`. For example, `TODO(thedadams): Add more comments` would provide a token...