-
The Python json parser has several issues:
1. Lack of python3 support.
2. Broken for generic pretty printing.
3. Deeply nested object queries are not serialized upon response as expected.
-
In #766 it came up that it might be useful to have a structure for term-wise quantities similar to what we have for the energies.
Let's start by what we want. From my point of view:
- It would be …
-
It seems If I have arguments for my launch task it will not use them.
```
...
{
"name": "GDB with valgrind",
"type": "cppdbg",
"request": "launch",
…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR42527](https://bugs.llvm.org/show_bug.cgi?id=42527) |
| Status | NEW |
| Importance | P enhancemen…
-
Not sure if `base::dput()` might suit your needs. Its printing of data frames is slightly annoying but overall I think it's pretty useful.
-
The pretty-printer may have bugs in more complex scripts.
We should add formatting and parsing the formatted output of all our swarm scripts in integration tests.
This would make the pretty prin…
-
Type: Debugger
**Additional context**
I have a Qt application and am using CMake and the CMake Tools extension to manage it. In my launch.json file, I am using the CMake Tools command "${command:c…
-
It would be nice to have the ability to configure the function used for formatting code (i.e `cider-format-buffer`).
The relevant repl middleware function:
https://github.com/clojure-emacs/cider-n…
-
### Pretty-printing ORM objects in jupyter notebooks
Jupyter notebooks / ipython allow objects to define special methods for rich display, see:
https://ipython.readthedocs.io/en/stable/config/in…
-
Currently, we display meshes in the REPL by relying on the usual method one-size-fits-all default for pretty-printing the tabular representation of an ACSets. This is convenient for e.g. examining whe…