Brad Solomon

Results 21 issues of Brad Solomon

An `ImageSpecField` with a `ResizeToFit` processor will be auto-rotated 90 degrees if the `ResizeToFit` dimension "ratio" contradicts the original uploaded image height/width ratio. **Is it possible to prevent this auto-rotation?**...

From [PEP 440](https://www.python.org/dev/peps/pep-0440/#pre-release-spelling): > Pre-releases allow the additional spellings of alpha, beta, c, pre, and preview for a, b, rc, rc, and rc respectively. This allows versions such as 1.1alpha1,...

feature-request
gauging-interest

Has nltk considered the feasibility of adding wheels to PyPI? As of now it is one of ~10% of packages listed on https://pythonwheels.com/ that [does not provide wheels](https://pypi.org/project/nltk/#files). It looks...

CI is currently split between CircleCI, GitHub Actions, and building some other wheels locally. It looks like Azure DevOps has a wide range of support for different images.

I am not a Windows hater, but have neglected Windows users with this product and would like to support both wheels and better installation instructions when installing from source dist.

Hello @AlvaroLQueiroz, @nemesisdesign, @LegoStormtroopr, @yangyubo, @zhang-z. Is this project actively maintained, or is there any intent to support Django 3.1+ and Django 4.0? I fully realize this is a free...

Hi @codelucas. I've gotten great use out of `newspaper` and want to give back with some suggested improvements and touchups. This PR has commits that are mainly focused on performance...

enhancement

I am using the docker image [quay.io/pypa/manylinux1_x86_64](https://github.com/pypa/manylinux) to build manylinux Python wheels. The container is `CentOS release 5.11 (Final)`. Installing protobuf 3.11.4 will raise a segfault: ``` ../test-driver: line 107:...

platform related

**Note:** I'm not filing this issue to say "yarl is wrong, urllib is right"---I know that the author of yarl knows RFC 3986 way, way better than I ever will...

Set `language_level` to Python3 explicitly. > language_level – The source language level to use: 2 or 3. > The default is to use the language level of the current >...