-
* PrettyPrinter version: 0.17
* Python version: 3.7
* Operating System: linux
### Description
In #47 I added prettyprinting for numpy arrays essentially by converting them to nested lists, but…
-
So, currently I use logger like this way
```dart
///logger.dart file
final Logger logger = Logger(printer: PrettyPrinter());
```
```dart
///main.dart file
void main() {
logger.d(
'R…
-
```
#38 11.32 PHP-Parser-5.0.0alpha3/lib/PhpParser/Parser.php
#38 11.32 PHP-Parser-5.0.0alpha3/lib/PhpParser/Parser/
#38 11.32 PHP-Parser-5.0.0alpha3/lib/PhpParser/Parser/Php7.php
#38 11.32 PHP-Pa…
-
Consider the following FIRRTL Dialect:
```mlir
firrtl.circuit "Foo" {
firrtl.module @Foo(in %clock: !firrtl.clock, in %a: !firrtl.uint, out %b: !firrtl.uint) {
%c1_ui1 = firrtl.constant 1 …
-
Module `SAWScript.AST` (which includes pretty printing functions for the AST datatypes) defines a class `PrettyPrint` with a function `pretty :: Int -> a -> Doc`:
https://github.com/GaloisInc/saw-scr…
-
**What question should the reference manual answer?**
How do I customize pretty-printing for my syntax?
What are the differences between custom delaborators, unexpanders, and formatters? How can…
-
* PrettyPrinter version: 0.16.0
* Python version: 3.7
* Operating System: linux
### Description
Currently, prettyprinter formats collections without a comma after the last element. Adding a c…
-
I'm trying to write a patch to `optparse-applicative` to use `prettyprinter` instead.
One of the [requirements](https://github.com/pcapriotti/optparse-applicative/pull/428#discussion_r709511025) is…
-
I know this is currently not maintained, but if you want to leave it in working order, replacing pprint with prettyprinter allowed it to install without fail on my machines.
ghost updated
2 years ago
-
scala.xml.PrettyPrinter does not generate validate W3 html markup language, and alters the orginal placements of tags.
For example
script(src:=""/assets/jquery.min.js"")
generates
< script src="/asse…
ghost updated
6 months ago