-
As a follow up to #1907, here's an issue to suggest the pretty printer de-indents javadoc so that the left-most edge of the comment content always has exactly one single space between the asterisk and…
-
When developing, it would be nice to be able to see pretty printed EDN/JSON in responses. This would be especially useful when driving from the Swagger UI, as EDN is all printed on a single (very long…
-
-
Pretty printing in babashka doesn't work, if I try to print something it ends up using `pr-str`, so in the log buffer you'll see something like:
```
{:hello "world", :some "other", :stuff "that's"…
-
### Feature Description
Trying to adopt example to pretty print json
```
#!/usr/bin/env python3
from elevenlabs.client import ElevenLabs
import json
client = ElevenLabs(
# api_key="YOUR_…
-
Some remarks on the design of the new codegen architecture:
- Code generation should be a two-step transformation: (1) produce FunC ASTs, (2) pretty-print FunC ASTs which we then use to feed into t…
-
failing transcript:
Setup:
````
```ucm:hide
.> builtins.merge
```
```unison:hide:all
map f a =
go i as acc =
match List.at i as with
None -> acc
Some a ->
…
-
PCI Host bridges have a property called `bus-range`. This property is for example `bus-range = ` indicating a range from 0 to 255 (inclusive). This crate however prints it as `bus-range = `, which con…
-
I work for a startup that is developing an interpreter for a functional programming language, and we recently decided to start using this library as the implementation of our map, list, and set types …
-
--add lines between tac results when printed:
--generate the letters: what after 26 alphabets?
--gravity: (f o g o h) does not have () around each pair, but (f o (g o h)) o i does, since it thin…