Srinivas Gorur-Shandilya

Results 101 comments of Srinivas Gorur-Shandilya

this is hard to fix. for now, `x.integrate` will throw an error when it detects integer overflow

still to do: * there are other cases when an integer overflow can happen. need to check all of them, and throw errors either in the C++ code or before...

thank you so much @RhetTbull ! this worked: ```python photo.export("/Users/srinivas/Desktop/test","photo_name.jpg",edited=True,) ``` may i suggest changing the behavior to error out if no photo was exported?

@jrieke thanks for the response! one concrete use case is for my [vocabulary app built using streamlit](https://srinivas.gs/apps/vocab/) i would like to keep track of user scores and performance, and local...

@kaisa-kucherenko can you point me to how you used streamlit_javasript? i struggled with it and wasn't able to get it to work and ran into weird issues where clicking things...

@kaisa-kucherenko thank you so much! i will try this out

> I'll also add a name override to the @arguably.command decorator - that way, you won't have to rename your functions. can you tell me mow on how to do...

thanks for the response! where am i getting `ConsoleHelp` from? also where do i put the try/except block?