-
```
What steps will reproduce the problem?
1. I find there are too many newlines in pretty printing, I prefer the style
from http://jsbeautifier.org/
2. Provide setters for controlling if newline is …
-
```
What steps will reproduce the problem?
1. I find there are too many newlines in pretty printing, I prefer the style
from http://jsbeautifier.org/
2. Provide setters for controlling if newline is …
-
```
What steps will reproduce the problem?
1. I find there are too many newlines in pretty printing, I prefer the style
from http://jsbeautifier.org/
2. Provide setters for controlling if newline is …
-
```
What steps will reproduce the problem?
1. I find there are too many newlines in pretty printing, I prefer the style
from http://jsbeautifier.org/
2. Provide setters for controlling if newline is …
-
```
What steps will reproduce the problem?
1. I find there are too many newlines in pretty printing, I prefer the style
from http://jsbeautifier.org/
2. Provide setters for controlling if newline is …
-
```
What steps will reproduce the problem?
1. I find there are too many newlines in pretty printing, I prefer the style
from http://jsbeautifier.org/
2. Provide setters for controlling if newline is …
-
```
What steps will reproduce the problem?
1. I find there are too many newlines in pretty printing, I prefer the style
from http://jsbeautifier.org/
2. Provide setters for controlling if newline is …
-
_From [guillaum...@gmail.com](https://code.google.com/u/108778870768167483083/) on October 23, 2012 22:59:19_
If you enter a term using C-c C-SPC containing Unicode double braces (instance arguments)…
-
```python
M = MatrixSymbol("M", k, k)
N = MatrixSymbol("N", k, k)
expr = M*(P + P.T)*N + N*(P + P.T)*M
expr.expand()
```
Expansion raises an exception. It shouldn't.
-
Hi. I'm trying to write some simpler wrappers around native Shelly behavior, namely to have `errExit True` functionality, but without printing stack traces. It's a pretty simple wrap around `run`ing c…