-
I am calling the following zprint function:
```
(zprint
'(defn testivius "This is a\n multiline docstring." {:inline (fn ([a] ` (com.xadecimal.expose-api.impl-test/testivius ~a)) ([b c] `…
-
Not sure if we plan on publishing the docs in the `out/` folder somewhere, but if so, it looks like multiline code blocks aren't displaying properly. Looks like it's only treating double newlines as a…
-
# The Bug
The value copied to the clipboard when clicking "Copy JWT to Clipboard" includes two newline characters.
## Steps to Reproduce
1. [Open the builder](http://jwtbuilder.jamiekurtz.com…
-
Aider version: 0.59.1
Python version: 3.12.7
Platform: macOS-15.0.1-arm64-arm-64bit
Python implementation: CPython
Virtual environment: Yes
OS: Darwin 24.0.0 (64bit)
Git version: git version 2.3…
-
I want to group my tables:
```toml
[first]
foo = 5
bar = 20
[first.a.b.c]
alice = 10
bob = 30
[second]
foo = 3
bar = 21
[second.a.b.c]
alice = 15
bob = 3543
```
When I try to m…
epage updated
1 month ago
-
**Describe and demonstrate the bug**
@hojberg and I have noticed a change in how terms which include the `|>` operator are displayed since 0.5.26.
Old display as of 0.5.25:
![Screenshot 2024…
-
When I type a reply with multiple paragraphs, the resulting message is one big text without newlines. Seems they are removed in the sent message.
The app should preserve newlines but also multiple …
-
Please help prevent duplicate issues before submitting a new one:
* [X] I've searched other open/closed issues for duplicates before opening up this new issue.
# Report
Newlines seem to get l…
-
It would be handy to be able to trim any extra trailing newlines from the end of a file, so there is always just one final newline. I'm not sure if this would be behaviour that would be added to `inse…
-
I have recently tried to switch from toml++ (seeing as toml++ does not preserve whitespace or comments), but toml11 is too slow at parsing large arrays (it seems that computational complexity is O(N2)…