-
There are several major issues with markdown printing that are probably pretty easy to fix.
Fixing these is also relevant to implementing proper printing for whiteboards (not done yet).
1. Try t…
-
Some pretty prints, especially for chunked or nested arrays, can be very long even with reasonable window settings. We should have a way to set some target maximum length to output.
A half-measure …
-
When you use the generated function `show` it will break lines at ~80 columns, inserting newlines into the returned string:
```
type t = int list [@@deriving show]
let s = show (List.init 25 succ…
-
Type: Debugger
**Describe the bug**
- OS and Version: Windows 10
- VS Code Version: 1.50.1
- C/C++ Extension Version: 1.1.0-insider3
- Other extensions you installed (and if the issue per…
-
There are now a few libraries for pretty-printing tables to the console. It would be really helpful to have a bit of a comparison to allow users (including myself!) to determine which one to go for.
…
-
I saw two problems with the user panel:
- when it appears, it takes the focus, which means that we cannot press several shortcuts in a row
- each query opens a new panel, I would prefer to have only…
-
I think we ought to get rid of the `run` command and just make some kind of REPL commands for saving and loading the current set of definitions. For example,
```
> def x = 3 end
> x + 2
5
> def …
-
The current pretty-printer implementation relies on the "display" form of gdb smobs printing the desired text. This isn't bad, but it is using the smob "writingp" field in a way that may not have been…
dje42 updated
10 years ago
-
I would be really nice if there was a way to debug a program written in both python and C++ (with the python code calling into the C++), such that, at the points where the Python code calls into the C…
-
**Describe the bug**
I'm having an issue with the audio sensor, the value is not being updated and in the sensor configuration the last known value is infinite. I've added the logs below, with screen…