-
**Describe the problem**
This code:
```go
func newAstAnnotator(original tree.Statement) (*astAnnotator, error) {
// Clone the original tree by re-parsing the input back into an AST. We need
…
-
Our printing is all over the place, we need to centralise all of our printing into a singular module. This enables us to:
* Easily change what's printed
* Make sure its accessible
* Have easy-to-us…
-
### Description
Write a snappy blog post highlighting the top-X (5-10) features that we've introduced in the `0.19.X` series in Kedro Framework.
Many users don't read the release notes and therefore…
-
We're printing a bunch of white text to the screen. It would be nice to pretty-up the text that we're printing with some color.
-
```
ASPath objects accepts an ASPathSegment object in its 'segments' field.
However, this field is not printed when representing the object. Only the
'data' field is printed.
When an object is decod…
-
```
ASPath objects accepts an ASPathSegment object in its 'segments' field.
However, this field is not printed when representing the object. Only the
'data' field is printed.
When an object is decod…
-
Checklist
- [X] `prettytime.py`
> * Add a new method `_print()` in the `t` class. This method should return a string representation of the time in a pretty format. You can use the `strftime()`…
-
Our parser and pretty printer should be compatible: the result of pretty printing terms should always be parseable. It currently isn't.
-
By default, jaxtyping errors will directly print pytree contents (usually making errors long). If one depends on `equinox` (or have it installed), they can opt in for pretty printing, and there is a T…
-
Hello, I am using VS Code (windows) with an ssh connection (ubuntu wsl). Further, I use the makefile tool to compile the program. I can build and debug successfully. The issue is when I want to view t…