Vincenzo Marcella

Results 7 issues of Vincenzo Marcella

The command output doesn't seem to render when there are two or more codeblocks within the same markdown section (I.E. two codeblocks under the same header). To reproduce this, You...

bug
innovation engine

Whenever `az create` commands are executed, their failure messages usually come in the form of JSON. In order to better render the error details in the portal, we need to...

bug
innovation engine

The github actions terminal doesn't support us rendering characters in place so the spinning wheel animation used to indicate the progress of a command/step renders across multiple lines instead of...

bug
enhancement
innovation engine

```[tasklist] ### Tasks - [ ] Formatting improvements. Right now the formatting for the logs make the log messages too dense and hard to visually parse. - [ ] Capturing...

enhancement
innovation engine

To keep track of environment variables created by executing commands, we save them into a temporary file named `/tmp/env-var` after the execution of each command so that we can restore...

bug

This PR refactors interactive mode into smaller modules, converts `Sucess` to `Status` to simplify checking the state of codeblocks, and fixes an issue where the output of the first executed...