Chris Erickson

Results 15 issues of Chris Erickson

Sentry has a [great integration for Next.js](https://docs.sentry.io/platforms/javascript/guides/nextjs/) but it assumes you're using a typical config. Is this something that's possible to make work with `next-compose-plugins`? Here's a sample config they...

Let's say I have a model: ``` python from parler.models import TranslatableModel, TranslatedFields ... class House(TranslatableModel, models.Model): global_name = models.SlugField(max_length=255, db_index=True) translations = TranslatedFields( name=models.CharField(max_length=255), description=models.CharField(max_length=255, blank=True), ) ``` Registering...

enhancement

Running my site in debug mode, everything works great. Set `DEBUG=False`, and the problem happens. I'm using auth-tools which essentially follows the Django guide on Custom User models. Suit seems...

stale

Once updating to Pytest 7 from 6.2.5, tests that work in pytest < 7 fail with: ``` RuntimeError: Database access not allowed, use the "django_db" mark, or the "db" or...

What was the reasoning for this? It's exposing this field over the top of submit buttons and making them unclickable: ![Screen Shot 2019-09-17 at 3 41 11 PM](https://user-images.githubusercontent.com/3322287/65074636-dd06b880-d95a-11e9-95aa-48a381b30aa2.png) Can we...

Instead, it selects all the UI elements that are text. ![Screenshot 2022-01-21 at 16 22 17@2x](https://user-images.githubusercontent.com/3322287/150608095-a9d70cdd-3935-4675-b251-aebb3b4d0411.png) Reproduction Steps: 1. Click an Item 2. Press CMD-a or use menu item

**Single select** - Select 1 Item, delete it, "1 unsaved change" - Select 1 more Item, delete it, "2 unsaved changes" - .. repeat as neccessary **Multi-select** - Shift Select...

Using AWS Vault, on launch everything works as expected (prompts for my keychain password). After some time, all DDB operations just never succeed. I need to relaunch to get it...

Preparing an update to address #2. @jonblum fyi @rsenk330 Do you have pypi access still? I'll be in touch either way..

enhancement

## Description Clarifies documentation about how `exclude` works, as it relates to Boto. ## GitHub Issues https://github.com/zappa/Zappa/issues/1191 https://github.com/zappa/Zappa/issues/643