pglet-python icon indicating copy to clipboard operation
pglet-python copied to clipboard

Stack.horizontal = False does not work

Open mikaelho opened this issue 4 years ago • 1 comments

I would expect horizontal=False to have the same effect as leaving the parameter out. This would mean that my code can have a Boolean variable to control this.

In practice horizontal=False, looks the same as horizontal=True, see this repl.

This seems to be a bug on the server side, as the Python code looks the same for this boolean attribute as for every other one - or then all the boolean attributes would have this issue, which seems unlikely.

mikaelho avatar Dec 16 '21 06:12 mikaelho

Indeed, there is a bug. Thanks for reporting it. Will release a patch shortly.

FeodorFitsner avatar Dec 17 '21 01:12 FeodorFitsner