Eric PASCUAL

Results 8 comments of Eric PASCUAL

I ran into the same concern, but unfortunately, the workaround proposed by @jambonrose cannot be used in my case since I have embedded models, being themselves BaseSettings with different prefixes....

This extension seems to be buggy. Or maybe it's something in VSCode which is. I just installed it on a fresh VSCode on a laptop recently configured as a Mint...

@wmerkens thanks for taking the time to comment. I suspect too that the culprit is VSCode, since the other Pico related extension I've tried had the same problem related to...

@fabiocaccamo Thanks for your suggestions. I've used them in the following override of the `change_list.html` template : ``` {% extends "admin/change_list.html" %} {% block extrastyle %} {{ block.super }} #changelist-filter...

I managed to implemented it the following way : - override the `admin/change_form.html` template - add the following to it : ``` {% block extrastyle %} {{ block.super }} .tabbed-changeform-tablink.error...

I've done a couple of adaptations to the change template for a better support of form rows with multiple fields and associated errors display (among other details). Since I've not...

The `{active_object_name}` could become an annoyance if there are several objects flagged as printable when the GCode is created because the name of the created file will then not reflect...

@Esrich I don't remember how long exactly was the purged filament initially (i.e. when I got my MK3S 5 years ago) but I didn't notice a change there. I confess...