-
It would be pretty nice if `time_print` was accepting an io object, making it easier to reuse the time printing in custom `@time` macros (e.g. for logging):
https://github.com/JuliaLang/julia/blob/29…
-
i don't think we want to overload 2-arg show here, only the 3-arg plain-text method below.
The reason is that we probably want `repr` to return parseable code that recreates a NaiveLMMMOKernel (o…
-
Hoping to propose a small revision to CircuitPython's `json.dumps` so it supports pretty-printing of JSON strings. It seems `ujson.dumps` supports two additional formatting arguments: `json.dumps(pars…
-
I would like to pretty print in various formats such as colored strings (fansi.Str), HTML and LaTeX. It would be ideal if there is an API available that allows me to reuse existing pretty print logic …
-
Hi,
Do you have any plans on pretty printing JSON values? For example, something like "INSERT INTO my_table (json_col) VALUES ('{ ... a long JSON document ... }');" prints the entire JSON on a sing…
-
Implementing the interface ([described here](https://juliacollections.github.io/AbstractTrees.jl/stable/#The-Abstract-Tree-Interface)) would give us access to useful functions, especially `print_tree(…
-
### Feature Request
When CMake Tools is present and the user is creating a debug configuration in `launch.json`, make it easier to configure a CMake provided target:
```json5
// Resol…
-
Hello,
First of all, thanks for the great work on font-awesome.
LaTeX is a document preparation system, based on TeX (by Donald Knuth), which is the de-facto standard in scientific and mathematical …
-
### Environment
- OS and version: Window 11 (Build 22631.3447)
- VS Code: 1.88.1
- C/C++ extension: 1.19.9
- OS and version of remote machine (if applicable): WSL / Debian bookworm
- GDB / LL…
-
There's a [pretty recent R package by RStudio to create pretty tables](https://github.com/rstudio/gt).
It seems to be pretty feature rich and well thought through. They introduce their own names fo…