-
Hi - Similar to the concept of smart_columns, or perhaps as an extension of them, how about a way to use a block of Ruby code to format the value of a column when displaying on the page?
The specif…
-
Hello,
Thanks for sharing print.
I am trying to understand the need for "creating a new typeclass Pretty" in the article http://www.stephendiehl.com/posts/strings.html , section "Pretty Printers…
-
The error messages printed by schema are sometimes quite tricky to parse, for example:
The schema that generated it was quite simple:
``` cljs
(def outstanding-query
{:token UUID
:query {s/…
-
```js
const pino = require('pino')
const logger = pino({
transport: {
target: 'pino-pretty',
options: {
colorize: true,
sync: true
}
}
}, pino.destination({sync:t…
-
Is there a mechanism to make doctests conditional on Julia version? Printing seems pretty unstable version to version
-
A saw-script `JavaClass` value, obtained from `java_load_class`, prints out a summary of the contents of the JVM class file. For example:
```
Class name: Test (super)
Superclass: java/lang/Object
…
-
### Problem to solve
By default it seems that any JSON printed by `hurl` is not pretty-printed. Sometimes when I'm developing/debugging an API, I like to inspect the resulting JSON, which isn't d…
-
Needed for lots of things (such as contract errors and pretty-printing).
samth updated
7 years ago
-
### Environment
- OS and version: nixos 23.02
- VS Code: 1.78.2
- C/C++ extension: 1.17.5
- OS and version of remote machine (if applicable): -
- GDB / LLDB version: 13.1
### Bug Summary and S…
-
The documentation on ["printing"][printing] currently just says that for LaTeX printing to work, you need to "have LaTeX installed":
[printing]: https://docs.sympy.org/latest/tutorials/intro-tutori…