Daniel Finch
Daniel Finch
For what it's worth, I wanted to build Bjoern wheels for an internal use-case so I wrote a Dockerfile to do it: ```dockerfile FROM quay.io/pypa/manylinux2014_x86_64 RUN yum install -y gcc...
I mentioned on #19203 that the problem is _worse_ on 0.60.1
Repro steps for me: 1. Have 2 monitors in any configuration 2. Use remote desktop to connect to remote machine which has PowerToys 0.61.1 installed 3. Open FancyZones layout editor...
bump.. 5 days is rather aggressive
`pip install requirements.txt` won't work, the `-r` is required.
I'm still seeing this problem with these versions: ``` mypy==1.3.0 django-stubs==4.2.1 django-stubs-ext==4.2.1 ``` Fix, as above, was to type the variable like so: ```python from typing import Sequence from django.urls...
Looks good, thanks for the link!
I'm not entirely sure how this would work, typically the commands run call an API method on a remote server and return a response. How would you envision this working?