Yosi Attias

Results 47 comments of Yosi Attias

@ohler55 same with `3.13.7`, I upgraded from `3.11.2` and did manual bisect to find the version who caused this bug.

@kmasuda-aiming thanks! so in some places I will need to use `Oj.dump`. I found an issue with `Oj.dump`, same reproduction script (I posted on issue body) with oj 3.13.8 and...

@petkaantonov any update?

Hi @phelios , It is possible to develop such feature building on top aliases, we will need to: - Introduce configuration mechanism for Panko, so we can specify such a...

@oyeanuj the preloader is coming soon, really soon :)

Quick update: `Panko::Preloader` has been written and tested it on our app at work - got feedback from the R&D team and improved its code and tests, soon (this or...

@varunlalan `Panko::Preloader` is a problematic library for now, we use it internally and it helps us a lot but it comes with lots of limitations and complicated DX. It will...

@mnmallea currently it's not possible to return raw JSON from methods, the only thing panko does in this area is for attributes, if you have JSON column in your DB...

@Kadaaran Hi! If I understand you correctly you want to change the serializer of "levels" instead of `LevelSerializer` use other serializer based on level attributes? If so, currently it's not...

@oyeanuj when panko handles associations it's simple as calling a method on the subject, for example `drink.drinkable` so there is no something special there. If you can provide me with...