Tzu-Yu Lee

Results 182 comments of Tzu-Yu Lee

> If you want, build this [plug-in](https://github.com/qt/qtimageformats/tree/5.15/src/plugins/imageformats/dds) and add your qdds.dll to enable viewing of the DDS files. > Here is the info why the plug-in is not built by...

@Coldtrain320 I understand that you're frustrated, but please keep the discussion about DDS format in this issue. It really helps us to organise things in one place. While it should...

Because this is not currently actionable by us, I am closing this issue for now. Please contact the Debian package maintainers to move Nomacs back into the official repository. I...

@OParczyk The #1049 a few days ago seems to have fixed that.

I created a space on Matrix, feel free to join! https://matrix.to/#/#nomacs:matrix.org

@deepmap-marcinr @jamietanna I suggest that this can be closed since release v1.12.0 fixed the issue.

What you are looking for is https://github.com/ent/ent/blob/5755614d3f3e6788356569bbc01ec087c65dae31/entc/gen/template/builder/mutation.tmpl#L467-L485 I think the templates used for codegen are placed in that `templates` directory.

First, your Ent schema here is M2M relation, so the foreign keys are expected to be in another table. That's why you cannot use an edge field here and saw...

I'm unsure if Ent allows you to do that, maybe try adding a different edge on the other side. It seems a little redundant to me though.