Joseph Bastulli
Joseph Bastulli
@derekwong9 Do you know if there is a work around for using a UTC datetime? Im getting the same error with > cannot encode object: < UTC>, of type:
@derekwong9 Thanks I used `date = pd.to_datetime(tickdict['data'][2], unit='ns')` `date.replace(tzinfo=None)` Works perfectly now!
@RyanC1681 main.py is what you are looking for
@c-seeger Did you find a fix for this? Currently seeing the same with _image_cropper 3.0.1_
@jimmyff I am having the same issue with my cropping needs as I needs users to crop their photos to 1024x1024 however the viewport widget is also 1024x1024 and that...