Yosi Attias

Results 47 comments of Yosi Attias

@mikebaldry cool, let's go for it! as how I see the implementation, there is no need to change something in the C-extension part (except aliases I think, need to test...

@mikebaldry hi! sorry, another long work-week :) If you can make a PR and it will be simpler to discuss on the code. Some notes: - I don't think we...

@mikebaldry hi! any update on this? can I help you?

@railsfactory-selva is @irondnb answers your question?

@BorisBresciani I can add support for `has_many :pankos, embed: :ids` in serializer like AMS. wdyt?

It's simple to do `embed` because at serializer definition time I don't know which model is serialized in advance so I can't tell if `panko_ids` is field or method and...

Hi @sarah-mica , Specifying root name is not supported in Panko as of today. I'll try to give it a check next weekend.

Hi @simoniong Panko doesn't have any option to allow specific sorting in serializer, the only way you can do it - is like that: ```ruby class UserSerializer < Panko::Serializer has_many...

@numpad the new version isn't released yet to market, suggest to follow this issue (like I do) - https://github.com/catppuccin/vscode/issues/32

What needed to do this changes? is it complicated?