MrGeRoI
MrGeRoI
So true. I keep getting memory leaks bc it allocates memory for images but im getting crash when i trying to free them
I'm using full acess but i'm afraid it will mess up everything somehow
[@dosu](https://go.dosu.dev/dosubot), i've found that i'm stucking when requesting to _api.mixpanel.com_ (even what is that thing?) in [```mp.track(distinct_id=user_id, event_name=event_name, properties=properties)```](https://github.com/Comfy-Org/comfy-cli/blob/81bf867efab17bcfc317c2c4b644f9590707a880/comfy_cli/tracking.py#L55). So the trouble not in update at all. PyPl still works...
[@dosu](https://go.dosu.dev/dosubot), as i can see [here](https://github.com/Comfy-Org/comfy-cli/blob/81bf867efab17bcfc317c2c4b644f9590707a880/comfy_cli/tracking.py#L48) while debugging: `config_manager.get("enable_tracking")` brings to us **string**. **NOT THE BOOLEAN ONE** So this ```py enable_tracking = config_manager.get(constants.CONFIG_KEY_ENABLE_TRACKING) if not enable_tracking: return ``` makes no...