Costi Mihai

Results 42 comments of Costi Mihai

This is fixed now. I added a print in RelatedFIeld.resolve_related_class Without my changes: ```python testapp.UniqueIdentifier.content_type testapp.Animal.unique_identifiers testapp.Canine.unique_identifiers testapp.Feline.unique_identifiers testapp.BigCat.unique_identifiers testapp.Animal.canines_eaten testapp.Animal_canines_eaten.animal testapp.Animal_canines_eaten.canine testapp.AngryBigCat.unique_identifiers testapp.Parrot.unique_identifiers testapp.Parent.b second_testapp.BaseReview.product ``` With the changes...

Hey @craigds . Any updates? This no longer impacts me as I've removed the depdency, but I think it's still a good QoL improvement

Hi @craigds, thanks for the answer. TypeError: Abstract base class containing model fields not permitted for proxy model 'Child1'. This is the error that I get

Where should we post the issues we find? In this topic or each in a separate issue? Here's what I found so far: ``` [sentry] [debug] WidgetFilter obscuring: Text("Editor") [sentry]...

My app is not available publicly, but I am more than willing to assist with anything I can help with. I've just had a look and the error gets triggered...

Replacing the code with this: ```dart void _obscureWidgets(Canvas canvas, List items) { final paint = Paint()..style = PaintingStyle.fill; for (var item in items) { paint.color = item.color; if (item.bounds.hasNaN) {...

I should mention that I am a python developer, so this kind of thing is completely out of my realm, but I'll do my best. This is the widget tree:...

+1 on this issue My docker-compose files are mounting the contents of the git repository on the root of the Docker image itself (to allow for no docker rebuilds if...

This is the fix In vite.config.js ```js const WRONG_CODE = `import { bpfrpt_proptype_WindowScroller } from "../WindowScroller.js";` function reactVirtualized(): PluginOption { return { name: 'flat:react-virtualized', // Note: we cannot use the...