-
```python
newlines = []
with open('SJP_202302181705.txt') as file:
for k, line in enumerate(file):
word, abberation, definition = line.split('\t')
if abberation:
…
-
I am trying to use systemctl3.py with services that need long environment variables with newlines, and I noticed that newlines aren't supported.
Example from my service:
```
Environment="FLINK_EN…
-
For example, pressing `g` and then `Enter`, the game will display:
```
Invalid direction '
'.
```
which should be something like
`Invalid direction ''.`
-
It seems it expects one line is a value, which seems a little strange.
https://github.com/fastavro/fastavro/blob/bec17a72471434f12cec04c5575ed654ade345b9/fastavro/io/json_decoder.py#L47
-
![image](https://github.com/user-attachments/assets/a8beaafb-c38a-4ed9-bc0e-8d7bc7d335c9)
![image](https://github.com/user-attachments/assets/c43dc471-2c9c-4b6a-8be2-3246826bf5bc)
The help command…
-
Is there a way to prevent conform.nvim from adding trailing newlines at a global level?
Some formatters allow disabling / customizing this behavior but not all formatters support it.
Is there a wa…
-
### Check for existing issues
- [X] Completed
### Describe the feature
zig has [multiline string literals](https://ziglang.org/documentation/master/#Multiline-String-Literals) which are syntactical…
-
**Describe the bug**
When styling strings as literals that have whitespace preceding newlines, the styling fails.
Version of yq: 4.44.3
Operating system: linux
Installed via: binary
**Input Y…
-
when formatting files, newline characters get inserted into hardcoded strings containing encoded characters which can affect code logic
E.G. `'</'` becomes
`'<`
`/'`
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
When I want to give an overview over used ENV Variables in a code-block within an issue, the …