Luca

Results 22 comments of Luca

Not sure if it helps, but I just bumped into this issue and explicitly adding the `path` key in my pubspec.yaml (where the dependency on a local package was) made...

I suppose it's also because the image is encoded as PNG by default? https://github.com/chooyan-eng/crop_your_image/blob/main/lib/src/crop.dart#L687

No problem, you can do that or also (even better) allow passing in a format + quality options, so that it's fully customizable

I'd say it makes sense if we assume that the interfaces do not represent Api Platform resources but rather how the frontend app denormalizes them. At the moment, I was...

Hi all, I'm writing under this issue because I also was looking for an Angular generator. I've just tried lysis on a project of mine but I got some errors:...

Upon further inspection, I reached DocumentationNormalizer.php in api-platform/core https://github.com/api-platform/core/blob/master/src/Hydra/Serializer/DocumentationNormalizer.php#L469 It seems to me that if we change the if condition from ```PHP if (null !== $type && !$type->isCollection() && (null...

Hi @doug-martin! First of all, this library is awesome, I love how it is structured and declarative, so thank you! I am also in need of custom sorting/filtering and I...

I agree that defining common custom filters per (type, operation) rather than (field, operation) makes much more sense for standard scenarios (e.g. the distanceFrom case or getting multiples of a...

Idea: What do you say about explicitly defining filter classes instead of generating them? It's definitely a bit more boilerplate, but it could allow the right grade of flexibility, and...

Hey @doug-martin , sorry for the radio silence but I've been swamped by things and while I was able to think about this in the past weeks, I just found...