EVA (Entity Value Attribute)

Results 131 comments of EVA (Entity Value Attribute)

Hi, @andykog, were you able to find consistent maintainer to fix the issue? No pressure, just checking and cleaning my old issues and stumbled on this issue

Why is this pull request still opened if it was merged?

![Screenshot from 2023-02-26 18-13-09](https://user-images.githubusercontent.com/29357907/221419230-742d1503-5ee8-466c-a1e2-e00928328a57.png) Oh, I just misinterpreted this

Apply-decorators were introduced here https://github.com/nestjs/nest/pull/3113

More over there is many to many relations and I didnt find any documentation that talks about cascade and orhpanedRowAction in context of many-to-many In my experience with typeorm i...

There are beautiful test cases for testing this functionality BUT... they are only for one-to-many https://github.com/nikelborm/typeorm/blob/master/test/functional/relations/multiple-primary-keys/multiple-primary-keys-one-to-many/multiple-primary-keys-one-to-many.ts neighborhood tests however which are intended to test many-to-many contains only tests for loading...

Why wasn't this PR merged yet? It will be very useful for my use case! Does it need some improvements?

from https://datatracker.ietf.org/doc/html/rfc7519#section-2 > JWT Claims Set > A JSON object that contains the claims conveyed by the JWT. Based on that, there is no real need for specifying that argument...

@m10rten JWT is still a string that consists of 3 parts divided by `.` symbol: 1. JOSE Header which is base64 encoded string of json representation of an object that...

There are no methods in zod that change the type of what was passed to them. You change the type of value from string to object. For those who wants...