Carl George

Results 37 issues of Carl George

* PrettyPrinter version: 0.17.0 * Python version: 3.7.3 * Operating System: Fedora 30 ### Description Using the [PyPI sdist tarball](https://files.pythonhosted.org/packages/8e/1f/3952e7f538c9f856f4b3c3b305a4a0b4776b36afc2eedc0a98ab159f92fa/prettyprinter-0.17.0.tar.gz), I tried to run the tests. It fails with an...

I would love to see an integration for [ptpython](https://github.com/prompt-toolkit/ptpython). [Other people are interested too](https://github.com/prompt-toolkit/ptpython/issues/153).

Please consider adding support for cloning repos with [LFS](https://git-lfs.github.com) objects. Thanks!

Originally I was just subscribing to the pyup-bot issues about this, but I'm tired of resubscribing when they get closed. I'm opening this issue instead so it's persistent until it...

Enhancement

PyPI has version 2.2.1 of this library. Would you mind adding the corresponding git tag to this repo?

Hello! I'm packaging this library for Fedora, and I noticed that the test suite fails on s390x. I'm not using this architecture myself, but it is one of the [architectures...

I prefer posts hidden behind content warnings to be expanded by default. The mastodon web interface has a setting for this: preferences > appearance > sensitive content > always expand...

https://golang.org/pkg/testing/#T.Skipf fixes #4

Mock has been available in the standard library since Python 3.3. There is no need to install the pypi package on modern Pythons.

I noticed this package in Fedora was failing to rebuild with Python 3.11. `inspect.getargspec` has been removed. `inspect.getfullargspec` is the updated API, but returns a tuple with more properties. With...