Tom Carrick

Results 32 issues of Tom Carrick

**Is your feature request related to a problem? Please describe.** Usually when I'm reading the HTML report I only really care about files without full coverage. So it would be...

enhancement
html

Is there any to preserve contractions when using TextBlob? For example I'd like to do something like: ``` text = 'I don't like it." TextBlob.words ``` and have `['I', "don't",...

There are some new things in Django 4.0 I wanted to add, `django.contrib.gis.admin.GISModelAdmin` and `django.contrib.gis.forms.widgets.OSMWidget`, but I noticed a couple of weird looking things in the surrounding code. The current...

bug

## Expected behavior I expect to get a generator of datetimes. ## Actual behavior I got an exception. ## Reproduction Steps ```pycon >>> from model_bakery.recipe import seq >>> from datetime...

Hi, I stumbled across [this discussion](https://github.com/faster-cpython/ideas/discussions/227) today and after a bit of digging around I found a [PR adding support for user-provided benchmark suites](https://github.com/python/pyperformance/pull/109). Maybe this is something to investigate?

The style guide - https://www.djangoproject.com/styleguide/ - hasn't been updated since (apparently) 2014, and hasn't kept up. The example for "sidebar left" does not have a sidebar on the left. The...

on hold
styles
accessibility

@freakboy3742 As we've talked about, I've been working on a first pass of a tree shaker. The shaker and test project can be found here: https://github.com/knyghty/shaker The test project runs,...

enhancement
up-for-grabs

## Expected Behavior Migrations work. ## Current Behavior Migrations fail. ## Possible Solution ? ## Steps to Reproduce (for bugs) Running migrate after upgrading to 1.15.4 from 1.15.3. Presumably needs...

Related to these changes: https://docs.djangoproject.com/en/4.2/releases/3.2/#customizing-type-of-auto-created-primary-keys This makes it difficult for example to have a CI step to check for missing migrations, as this package is always generating a migration file....

- [x] I'm on the [latest version](https://pypi.org/project/djlint/) of djLint - [x] I've searched the [issues](https://github.com/Riverside-Healthcare/djLint/issues) - [x] I've read the [docs](https://djlint.com) ## System Info - OS: e.g. Mac OS -...

:microbe: bug
:sponge: formatter