Aaron E-J

Results 8 comments of Aaron E-J

I have been getting that for a long time. If I close pidgin and open it again, everything is fine for a while, then randomly it will pop back up...

It seems to be fairly random, probably a timing issue between the local certificate and the remote validation?

Same issue, the full stack trace from running the plotting example on the "Basics" page in the documentation gives: ``` --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) File c:\Develop\things_to_print\headset.py:34 31...

I can confirm that it is an issue with 3.5 - works great in 3.4.1

It seems that the latest PyTorch versions don't support Conda and that the pip versions of PyTorch3D are out of date

Are you getting: ``` ERROR: Invalid requirement: "'git+https://github.com/facebookresearch/pytorch3d.git@stable'": Expected package name at the start of dependency specifier 'git+https://github.com/facebookresearch/pytorch3d.git@stable' ^ ``` Or ``` (ai) PS C:\Develop\ai> micromamba install pytorch3d -c pytorch3d...

I am getting this all of a sudden after I needed to put down my docker ( `redis/redis-stack:latest & redis:latest` ) instance and spin it up again. Looking at [node.redis.connection.strategy.ts](https://github.com/redis/RedisInsight/blob/main/redisinsight/api/src/modules/redis/connection/node.redis.connection.strategy.ts),...

> I am getting this all of a sudden after I needed to put down my docker ( `redis/redis-stack:latest & redis:latest` ) instance and spin it up again. Looking at...