Mandeep Gill

Results 9 comments of Mandeep Gill

Thanks for raising - we're actually working on support for the latest Jinja right now so should have a fix out within the next few days!

Fixed in b9eab948876dcc9d5110d77521ac727e4480a839 - release due next week

@shahinrostami agreed, yes let's disable this optimisation and do a patch release. I assume the integer optimisation will kick in anyway and it will store these as `uint8` anyway which...

Good catch - flake8 is awesome and we need to update the code to handle this (except E501 - not sure about 80 char limit in a world of widescreens!)

You've convinced me! The global standard is 80 and it's not worth going against that without an incredibly strong reason. - I'm similar - have 3 panes open when coding...

Hi @mzedayda , Thanks for raising this - we'll take a look and see if we can resolve this, unsure why it's trying to parse the command-line when being used...

Just to provide a bit more background information here on the intended use-case (pinging @shahinrostami and @spookylukey also) The main code is in [`parse_command_line`](https://github.com/datapane/datapane/blob/master/projects/python-client/src/datapane/client/utils.py#L135) and is only used for parsing...

Thanks for the comment here. I agree that there may be issues when users are using datapane as a library with their own command-line parser, and that is a concern...