Adam Johnson

Results 321 issues of Adam Johnson

#### The problem `factory_boy/__init__.py` uses this pattern for its optional sub-packages: ```python try: from . import alchemy except ImportError: pass ``` I have a Django project that uses `factory_boy` a...

DesignDecision
Improvement

Fixes #1070.

DesignDecision

The changelog page hasn't been built since v 1.0.0: https://django-bootstrap-v5.readthedocs.io/en/latest/changelog.html I would guess if you check the Read the Docs web console, you'd see why the builds are failing.

As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on...

I just used this to build a rename package: https://github.com/adamchainz/django-feature-policy-shim/ . I converted from setup.py to setup.cfg since it's simpler/smaller/more robust. So this is an FYI, if you want to...

### Environment Node version: v20.12.0 npm version: 10.8.0 Local ESLint version: v9.2.0 Global ESLint version: n/a Operating System: macOS ### What parser are you using? Default (Espree) ### What did...

bug
repro:needed

As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on...

# Trac ticket number N/A # Branch description Broken in https://github.com/django/django/pull/18133 because the mirrors-eslint package does not depend on @eslint/js or globals, leading to the error: ``` Error [ERR_MODULE_NOT_FOUND]: Cannot...

Like last year (#1337), Django is doing GSoC again and django-stubs is on the list of potential projects. It actually remained there because it was just copied from last year’s...

Lines like `@@ @@` crash delta: ``` echo "@@ @@\n" | RUST_BACKTRACE=full delta thread 'main' panicked at 'index out of bounds: the len is 0 but the index is 0',...