Jérôme Lafréchoux

Results 65 issues of Jérôme Lafréchoux

I've been using compton for a few weeks without issue until today. Today, it made my computer unusable, with window content sometimes not refreshing, either frozen like a screenshot or...

### What type of bug is this? Locking issue ### What subsystems and features are affected? Telemetry ### What happened? I use pytest-postgresql and I often get this error while...

bug
need-more-info
pg13
2.5.1
telemetry

Hi. I'm still having issues migrating to 0.26. I modified my code to use from polar.data.adapter.sqlalchemy_adapter import SqlAlchemyAdapter It won't work with 0.25 (#1520) so I can't tell for sure...

Hi. Here's another of my 0.26 migration issues. I have a set of auth rules based on a SQLAlchemy relationship model and I use a shortcut "admin" rule to specify...

Replaces @orenc17's #1885. This is a long standing feature request. See for instance discussions in #267. The status quo is that people can use @justanr's [marshmallow_enum](https://github.com/justanr/marshmallow_enum). Currently, this lib doesn't...

enhancement

Use `OrderedSet` as default `set_class`. Closes #1744. ~We could do that already but I'd rather wait until we drop Python 3.6 so that the change is easier to document: all...

@sloria [commented](https://github.com/marshmallow-code/marshmallow/pull/1432#issuecomment-544538187): > Should we also "auto-inherit" `Meta` even when doing single inheritance? > > ```python > class MyBaseSchema(Schema): > class Meta: > render_module = ujson > > class ArtistSchema(MyBaseSchema):...

backwards incompat

Fixes #1617. Closes #1791. This fixes the thread-safety issue but might be a breaking change for people relying on the update: parent schema updates nested schema context. See #1791.

I assume the performance impact would be minimal. From a quick look, it would only affect schema instantiation. The benefit is that when using Python 3.7+, all schemas would be...

Closes #1864. Trying to address #1864, I get typing issues, as foreseen in https://github.com/marshmallow-code/marshmallow/issues/1864#issuecomment-909225360. I wouldn't mind a bit of help, here. This change spares users the hassle of checking...