Lukas Lücke

Results 28 comments of Lukas Lücke

@supasate Could you maybe release a preview version that's working with v6? I'd like to test it in my project and give feedback 🙂

Adding to this, I've uploaded a gettext / PO file with comments / metadata, and upon export this metadata is missing. If it could at least be preserved, until there...

Not sure what's wrong with the unrelated commits, looks like something weird happened when those where merged?

Just ran into an issue using this with an `AssociationField` and a ManyToMany relation, with the property typed as following: ```php /** * @ORM\ManyToMany(targetEntity=TariffCatalog::class, inversedBy="tariffs") * @var Collection|TariffCatalog[] */ private...

@dunglas Is this something that should be changed? I tried implementing this in a basic version in `SchemaBuilder::getResourceObjectTypeFields`, but noticed that it would interfere with the default behaviour of required...

@alanpoulain @dunglas I believe this should be moved to the core repository, if it's supposed to be pursued further? If you think it's a good idea, then I'd be willing...

The issue is that the `@ApiProperty` annotation exists, but does not affect the GraphQL schema. Either we could make it more explicit that it's REST-specific, or make it work with...

Do you have any ideas how that could best be achieved? I proposed one possibility (at least for `required` flag), but if there is a better way I'm open to...

There is something in progress at https://github.com/ben-rogerson/twin.macro/pull/13

Could you provide a reproduction or code sample? It's working fine for me.