-
Hi, I'm part of a research paper evaluating various merge algorithms. We noticed that while Spork performed exceptionally well, it also sometimes made unexpected and invalid outputs. We'd like to shar…
-
The `WrappingPrettyPrinter` should be able to pretty-print with wrapping list literals, which don't fit into a line.
```
FROM index
| STATS fn([
'long long text goes here',
'long long t…
-
This is a major prerequisite for https://github.com/cilium/cilium/issues/29216 and will allow us to pre-build an ELF containing all of the agent's map definitions.
This can then be used to pull map B…
ti-mo updated
1 month ago
-
# Discussion 🗣
Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wra…
-
Hello,
nice project.
It would be even better if it was possible to specify a `space` parameter as in `JSON.stringify`. [See here](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Glo…
-
Some queries are not displayed because they're too large and `db.currentOp()` doesn't return them. But all other queries are truncated by the right margin of the terminal. Any chance to wrap the query…
dandv updated
10 years ago
-
Given:
```
int i = 0x10;
```
Pony outputs:
```
int i = 16;
```
Seems suboptimal especially when specifying constants in hex (or octal?) for readability purposes.
One possible approach -- implemen…
-
Some preliminary ideas:
1. Syntax highlighting - this might just work "out of the box" with conventional Clojure syntax highlighters, or may require extending one
2. Pretty-printing - inserting li…
-
We have two pretty printing strategies, sniper and normal. We currently let the user choose which strategy she wants to use. However, the sniper strategy is very desired, and failure might happen usin…
-
I notice that the string renderer encodes markup into a very compact string. Would you have any interest in an encoder that does your typical pretty printing: probably accepting a set of options for i…