-
Currently the traces are printed with hardcoded escape codes which makes it hard to show in brick UI ([example](https://github.com/crytic/echidna/blob/bd90027726ca091f8d6755fec1fb17b13a562f14/lib/Echi…
-
I'm trying to print syntax highlighted code inside a comfy-table cell. So instead of `.print()` I would like to be able to use `.into()` to get a `String` (ultimately I need a `&str`, but I can use `a…
-
### Prerequisites
* [x] Put an X between the brackets on this line if you have done all of the following:
* Check that your issue is not already [filed](https://github.com/leanprover/lean4/iss…
-
Migrated from https://issues.scala-lang.org/browse/SI-4543.
There is discussion there that is not reproduced here.
Original description is:
What steps will reproduce the problem (please be specific…
-
In VS Code in the debug console, error messages are very hard to read because they are blue text on red background. It would be great if there were a way to customize the colors.
-
Metap, Rsc, and many scalafix rules have their own pretty printers with largely the same functionality, and tools in the future will need to pretty print the same things existing ones do. The shared b…
maxov updated
6 years ago
-
=== What steps will reproduce the problem (please be specific and
scala> <foo>{PCData("hello\nworld")}</foo>
res51: scala.xml.Elem =
<foo><![CDATA[hello
world]]></foo&…
-
### Your environment
Which OS do you use?
Linux
Which version of GHC do you use and how did you install it?
9.8.2, ghcup
How is your project built (alternative: link to the project)…
-
* PrettyPrinter version: 0.18.0
* Python version: 3.7.5
* Operating System: Ubuntu 16.04.6 LTS
### Description
Prettyprinter does not print dataclass default values
### What I Did
```pytho…
-
PR GaloisInc/saw-core#126 implemented a namespace-aware prettyprinter for saw-core, which uses the shortest unambiguous form of names, so we don't have to see fully-qualified names everywhere.
The …