Federico Claudi

Results 100 comments of Federico Claudi

Solved in https://github.com/FedeClaudi/Term.jl/pull/124

Hey, the `fit` argument of `Panel` is false by default (this might have changed in recent releases, sorry) (see [here](https://github.com/FedeClaudi/Term.jl/blob/19ef3845d60897a704377107dded0929b759a313/src/panels.jl#L157)). Have you tried setting `fit=true`?

Hey, is this with the latest version? This should be better now compared to the previous release (although not perfect yet)

I think so, but perhaps it would look better without?

Hey, thanks! Term doesn't currently support that, unfortunately. [rich](https://github.com/Textualize/rich) in python does by converting the output to HTML and from that to SVG, but none of this is implemented in...

Good idea @goerz. I've added a `demo` function that displays most things that get affected by a `Theme` (not all, e.g. can't display error stack traces). It doesn't explain much,...

In the future perhaps a live renderable (https://github.com/FedeClaudi/Term.jl/pull/152) can be used to showcase different themes interactively

So I'm sure you're already doing this but you need `install_term_logger`, `install_term_stacktrace` and `install_term_repr` to see some of the effects. For the logging specifically, [`TermLogger`](https://github.com/FedeClaudi/Term.jl/blob/19ef3845d60897a704377107dded0929b759a313/src/logs.jl#L51) is passed an instance of...

Hey @goerz , I ended up getting swamped with other things.. Still interested in working on this together? I think it should be mostly ready.