Michael Goerz

Results 118 comments of Michael Goerz

The printing of scalars isn't fully implemented yet (specifically the "advanced" printing for `ScalarTimesKet` and `ScalarPower`)

Once the printing for `ScalarPower` is fully implemented, it should be used in the doctest for `sqrt`

That would be a very nice improvement, but also a somewhat significant breaking change in the design. I would hold back with this until after the 2.0 release, and include...

An alternative is to implement "abstract class attributes", using a custom meta-class, as described in https://stackoverflow.com/questions/23831510/abstract-attribute-not-property/23833055 Specifically: - define a singleton `AbstractClassAttributes` - subclass `ABCMeta` into `QnetABCMeta` - In the...

This may be related to what happened to me in #274

Aside from the bug I just reported in #288, I've had no problems getting coverage information from Jupyter notebooks in the documentation when combining `pytest-cov` with the [`nbval` plugin](https://nbval.readthedocs.io/en/latest/)

[noblock] I think the name is great, but do you want to release this from a fork-repo?

Is there any sort of ETA on being able to log into multiple home servers in the iOS app?

Wow! That's awesome I'll definitely have a look this...

One thing that would really help with theme development in general (and a light theme in particular) is to wrap some variation of the [`Readme.jl` script](https://github.com/FedeClaudi/Term.jl/blob/master/README.jl) in a `demo()` function....