Tyler Marques

Results 8 comments of Tyler Marques

Same issue with me. Solution was to use python3.8 for me. ``` conda create -n labelImg python=3.8 pip3 install labelImg python3 $HOME/miniconda3/envs/labelImg/bin/labelImg ```

This can temporarily be fixed by transforming the `pt` objects in the `data_generation.py` file to type `(int, int)`. You can do this by going to the three lines where `cv2.pointPolygonTest`...

Just wanted to confirm that this is still an open bug. On an iPhone 12 pro, iOS 16.3.1. I receive notifications but can't view any of the messages in the...

Confirming that I see the same behaviour. When attempting to deploy with a top level domain I get the error `Found zones: [] for dns:com, privateZone:undefined, vpcId:undefined, but wanted exactly...

Looking forward to seeing this released. One thing I would consider, the "hypr" prefix is often associated with [hyprland](https://github.com/hyprwm/Hyprland) and it's [associated projects](https://hypr.land/plugins/).

Confirming removing the memory limit also fixed this problem for me.

I'm not adding anything on top. When I reproduced it was with the instructions [found here](https://opentelemetry.io/docs/demo/docker-deployment/) for docker. I brought the environment up and down multiple times trying to get...

`git diff` of my clone to `2dab406073e57cd8f6f72c64dc7690a46bff9e59` shows below