David Spickett

Results 107 comments of David Spickett

Also the context that may be missing here (and worth adding to the PR message) is as I understand it, there is a way to limit how many builds a...

Also I thought I had sent you on a wild goose chase, when I remembered there is the collapse requests feature. Then I remembered that we're *already* using that (it...

This looks good for Linaro's intent, but let's see if @gkistanova can tell us if we're reinventing the wheel here.

> and we put in a fix for the lack of commands for single line blocks One way is to initialise "ncmd" to 0 [here](https://github.com/ArmDeveloperEcosystem/arm-learning-paths/blob/ec0f854f56ea2ee0ccf7e04545fa2def0ad70eb0/tools/parse.py#L224C1-L224C1)

Debug output for some of the examples: ``` bash is cool start: 0x123 size: 345 allocated: true ``` ``` [DEBUG] Copying command to file .tmpcmd: start: 0x123 size: 345 allocated:...

And to be clear, if the amount of info comes off as pushy this isn't my intention. I just wanted to give as clear a picture as possible. I'm also...

@partouf , this was fixed by https://github.com/compiler-explorer/compiler-explorer/pull/7247.

Two things I know might be incorrect but I don't think change the behaviour here: * We use column 0 and row 0. Columns and rows start from 1, but...

https://learn.microsoft.com/en-us/windows/console/console-virtual-terminal-sequences#scrolling-margins is the escape code we rely on for this.

> FWIW the difference is noticeable when you use the older console host (conhost). Thanks! I do see a difference in conhost. I will check what LLDB should be using...