Garrett Reynolds

Results 21 issues of Garrett Reynolds

Here's what Github looks like now: ![image](https://cloud.githubusercontent.com/assets/6614695/11307471/498834ca-8f6d-11e5-8ef5-2375909ec82f.png) I tried adding an exception for Github, but to no effect. ![image](https://cloud.githubusercontent.com/assets/6614695/11307486/6415cbd6-8f6d-11e5-8ee0-fb8f75e885ce.png) If I disable nosquint, then Github renders correctly. I'm on Firefox...

I'm running the latest (at the time of writing) `mypy` (0.950) and `sqlalchemy-stubs` (0.4) and hitting this issue: ```python from sqlalchemy import Column, Integer from sqlalchemy.ext.declarative import declarative_base Base =...

This package seems quite popular and would benefit from being on [PyPI](https://pypi.org/). We could check out [Poetry](https://github.com/python-poetry/poetry) to keep it simple. I can take a look at doing this one...

Currently there's only [this workaround](http://stackoverflow.com/a/35883288/2223706) to permanently configure the number of lines that IPDB will display. I liked @8tomat8's approach [here](https://github.com/gotcha/ipdb/pull/114/files#diff-3001c612c5ef2a48fdd0b0a4cb178bf0R92) although the PR was closed. Is this a reasonable...

Feature request
Configuration

I'm getting the same error as in #12 for dynamic pages. (that issue was closed by the poster without solution) I've created a maximally simple [example](https://github.com/Garrett-R/repro_prefetch_bug) based off of `create-next-app`...

I'm adding an extra fallback name here. Might not be relevant, but for context, the motivation was getting this to work on Heroku (using their [apt buildpacks](https://github.com/heroku/heroku-buildpack-apt)). I noticed that...

Observe the following output from the terminal: ```ipython In [22]: from tidylib import tidy_fragment In [27]: doc, errors = tidy_fragment('yup') In [28]: print(errors) line 1 column 1 - Warning: missing...

In the below snippet which I took from this page, `` and `` are not recognized: ```python In [1]: html = ''' ...: ...: ...: ...: ...: Hello ...: ...:...

- **Poetry version**: 1.4.0 - **Python version**: 3.11.2 - **OS version and name**: Ubuntu 20.04 - [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) stable Poetry version, installed using a recommended method....

kind/bug
status/triage

- [X ] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) Poetry version. - [X ] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate. -...

kind/feature