-
```
Whitespace
```
Original issue reported on code.google.com by `noloa...@gmail.com` on 15 Oct 2011 at 10:08
Attachments:
- [JavaEncryptor.java.patch](https://storage.googleapis.com/google-code-att…
-
Not sure if this is a tooling issue, or difference in results from Roslyn caused by a runtime/designtime compilation difference.
Example differences:
![image](https://github.com/user-attachments/a…
-
Navigating from index->tab leaves a bunch of extra whitespace. Seems to still have the initial height of index.
-
perhaps just make the `parser` written on the next page along with its diagram (there are also other part of the documents that could be formatted like this)
![image.png](https://raw.githubusercontent…
-
Looks like your whitespace is inconsistent across your project. Makes for difficult reading.
-
```
Whitespace
```
Original issue reported on code.google.com by `noloa...@gmail.com` on 15 Oct 2011 at 10:08
Attachments:
- [JavaEncryptor.java.patch](https://storage.googleapis.com/google-code-att…
-
**Is your feature request related to a problem? Please describe.**
The Spark Integration documentation still has a few Markdown issues left, like double-whitespacing, making it look off for the end…
-
Separately on .tsx files, if you add a parent div which causes indentation changes inside the jsx, the diff will detect the added spaces as changes. It isn't something that major but would be nice to …
-
[black] and [flake8] are an amazing combo to keep code clean and consistent with PEP. Given that this package has many violations according to black and flake8 (see logs below), you can consider addi…
-
This line
/umfrage.{1,10}/i
matches every subject with umfrage in at as long as there's at least one following character (including whitespace)
This seems to be a bit overprotective..