Andrew Riess
Andrew Riess
Love the intent behind this library and working with it so far! Wanted to bump the above as I am hitting similar issues however that currently cause me to write...
fwiw i realized I guess we can get around this with something like: ``` @dataclass class Person() first_name: str last_name: str full_name: str = field(init=None, repr=None) def __post_init__(self): self.full_name =...
@robdodson our team is really looking forward to this feature. Thanks for taking it on!
@davidseverwright thanks for providing that zip. Out of curiosity were you able to get 4.0.0+ working on lambda? Been struggling on this myself for a few days. Have seen a...
This is really exciting! I have some very large workbooks this should help out on a ton.
Hi @DengY11 and @xuri thanks so much for working on this! What is left to get this merged and released?
Thanks for considering this! I am also looking for a rust crate. any plans to bring this to the finish line?