Pedro Lacerda

Results 55 comments of Pedro Lacerda

Seems that to be both `bool` and coerce "yes"/"no" string is impossible because `bool` don't accept subclasses.

I was wrong and found a workaround for `bool` arguments. https://gist.github.com/pslacerda/1e6a14cbe3fc7aeb2425e0a5d74ddc78

There are more design analysis or can I already starts to implement on a branch? I just implemented the support for `Enum`s. ```python class FTMapEngine(StrEnum): FTMAP = "ftmap" ATLAS =...

When `display`ed on JupyterLab It shows the 0 axis truncated without ellipsis and the 1 axis overflowed. If I remember correctly, on the terminal it show the 0 axis truncated...