-
## Issue Type:
[ ] Bug Report
[x] Feature Request
[ ] Documentaion
## **Describe the bug**
- Installing and setting up prettier will help to format the code automatically on saving. Ma…
-
Working on [the `` examples page](https://amp.dev/documentation/examples/components/amp-script), I've hit a couple of snags:
### 1. Pretty-printing ###
I find it confusing that HTML attributes for…
-
i just got a bltouch so i want to flash new firmware to my gtr but i haven't put a bootloader on it but my only problem is i cant figure out what pins to us. im still pretty new to 3d printing so sorr…
-
Pretty printing the json, or putting distinct data on individual lines, makes the file more readable. It also makes tracking changes in version control easier, allowing for tools such as `git blame` t…
-
We have code structurally similar to this (only more complex, with different tags):
```
{{ if .B }}
{{ else }}
{{ end }}
something
{{ if .B }}
{{ else }}
{{ end }}
```
…
-
See https://github.com/dmbaturin/soupault/issues/25:
> This is arguably an upstream bug. Lambda Soup's (that is, Markup's) pretty-printer is supposedly sensitive to the meaning of elements, and sho…
-
## Compiler version
3.2.2
## Minimized code
```Scala
extension [A](y: A)
def foo_:[B](x: B) = ()
foo_:
```
https://scastie.scala-lang.org/TfcvRr9fQaqCMlzI9BYesA
## Output
On mous…
-
Similar to #195, it gets really tiresome trying to visually diff to subtly different `edn::Value` instances. This ticket tracks implementing some structured diff algorithm. Even just pretty printing…
-
The [Physics module printer](http://docs.sympy.org/latest/modules/physics/vector/api/printing.html) provides dot-notation for `dynamicsymbols`. Should it be possible to get something like this when pr…
-
The current representation is fine for the HIR, I assume it is optimised for compiler internal stuff. But in the AST, it would be better to be closer to the surface syntax (since that should make pars…