-
`print_term` often emits something that's closer to machine readable than human readable. It might be helpful for debugging and learning to have a term pretty printer that makes it easier to understa…
-
### Environment
- OS and version: Fedora 35
- VS Code: 1.69.0
- C/C++ extension: C/C++
- GDB / LLDB version: GNU gdb (GDB) Fedora 12.1-1.fc35
### Bug Summary and Steps to Reproduce
Bug Summa…
-
**How would you improve Rich?**
Currently a class will not use `__rich_repr__()` as the code has it hard coded to ignore classes:
https://github.com/Textualize/rich/blob/720800e6930d85ad027b1e9b…
-
Using KeY as a library is not possible, if `MainWindow` is accessed.
## Scenario:
I need pretty printing of KeY formulas in an external program. For this I want require a `TermLabelVisibilityM…
-
### Motivation
I spent an embarrassing amount of time trying to figure out why my block used in two mesh generation scripts
```
[fuel_compact]
type = PolygonConcentricCircleMeshGenerator
…
-
1. Write tests
- generate_symel_class_map
- rotate_symels_to_mol
- get_euler_angles
- dc_mat
- get_atom_mapping
- where_you_go
- symtext_from_file
2. Come up with better n…
-
**Reporter: jlacroix**
**Date: 2004/11/04 - 13:29**
```
Hi,
mapwms.c, when printing out MetadataURL via msOWSPrintURLType(), forgets
to print out the xlink:type="simple" attribute, as per other elem…
-
When pretty printing JSX with HTML entities, the entities are rendered as their display character instead of the source.
`print` works as expected -
``` javascript
recast.print(recast.parse('<'))…
-
I have data structures in my libraries that benefit from custom printing. I currently override Clojure's print-method and pprint handler and toString method so most people get a pleasing experience a…
-
The precision setting of ipython seems to be ignored. I'm not aware if there is a _symponic_ way to set the output precision manually. This is quite necessary when using the latex printer, otherwise I…