-
Huge thanks for making all of this available!
Can you recommend any (low-cost) off-the-shelf robots to work with?
-
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…
-
Similar to #195, it gets really tiresome trying to visually diff to subtly different `edn::Value` instances. This ticket tracks implementing some structured diff algorithm. Even just pretty printing…
-
## Issue Type:
[ ] Bug Report
[x] Feature Request
[ ] Documentaion
## **Describe the bug**
- Installing and setting up prettier will help to format the code automatically on saving. Ma…
-
I have a great idea and a question:
How to quickly prety print or save to txt the gradio space api? Manually iterate over endpoints and arguments?
Idea:
What if we make a macro that generates code and…
-
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…
-
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 …
-
The current representation is fine for the HIR, I assume it is optimised for compiler internal stuff. But in the AST, it would be better to be closer to the surface syntax (since that should make pars…
-
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…
-
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…