Christophe de Dinechin
Christophe de Dinechin
When the text extends all the way to the right, graphical elements such as the shift indicators may end up being truncated.
Found an example of program that was writing a value in the `for` variable to exit the loop. That does not work on DB48x.
When hitting the Left key on the left of the editor, the interactive stack is incorrectly selected.
When a keymap is loaded (which is now the default), using the arrow keys may force the switch to lowercase alphabetic entry.
Add a command that returns: * how many times the garbage collector ran * how much time it took in total and in the last run * how many bytes...
On the DM32 and DM42, the display animation while running a program takes a non-negligible amount of time. Add an option flag to remove it, now that adding such flags...
Currently, the solver returns something like `A:0.5`, but @Wiljea suggested that we could return `A=0.5` instead. @Wiljea was thinking of returning equations, but we could use the newly created assignment...
The script defines a `PP_REGION` variable, but does not really use it. Similarly, while it uses a `AZ_REGION` variable, it still uses the hard-coded `westus` name. Replace hard-coded `eastus` or...
**Describe the bug** Finicky 4.2.1 with the following in the configuration: ``` match: /employer.com/, browser: "Brave Browser", profile: "Employer", ``` Since Brave Browser is based on Chromium IIRC, I was...
As described in #6129, an orchestrator may be setting a host-side cgroup with a size that is inconsistent with the maximum growth size for the VM. This series of patches...