-
We may have an additional use case; suspending newlines so that we can line up different text for merging word changes between 2 or more versions of text that have different paragraph division.
This …
-
In some files we miss the newlines before the end of file. This leads to problems for git's automerge and diff features and it is not a good practice.
-
Migrated from https://issues.scala-lang.org/browse/SI-4543.
There is discussion there that is not reproduced here.
Original description is:
What steps will reproduce the problem (please be specific…
-
### Tested versions
v4.3.beta2.official [b75f0485b]
Every 4.x version I've used to memory
### System information
Godot v4.3.beta2 - Windows 10.0.19044 - Vulkan (Forward+) - dedicated NVIDIA GeForc…
-
Although it's probably more diff-friendly, I think it looks super weird to have code like
```haskell
x =
y
-- or
y
| x -> _
| foo -> _
```
In both of these cases `y` or `|` c…
-
## Test Case
```python
from beautifultable import BeautifulTable
x = BeautifulTable()
x.append_row(["0", "a\nb"])
print(x)
```
## Expected output
```
+---+---+
| 0 | a |
| | b |
+---…
-
*I don't know where you are. I don't know what you want. If you are looking for a bad open-source project, I can tell you I have others, but what I also have are a very particular set of skills. Skill…
-
Newlines in test log messages should show up as line breaks in firebug console.
-
**Describe the bug**
Using the OpenSearchJsonLayout for logging out of a docker container adds newlines in the generated json-string when a stack-trace is appended. This makes it unnecessarily hard t…
-
Hi,
I was just playing around with split_sentence and noticed that :
```
In [16]: split_sentence("This is a test\nAnd here's another one", "en", 25)
Out[16]: ["This is a test And here's", 'an…