Daniel O'Grady
Daniel O'Grady
Will do, but this is still a draft. Please don't merge yet.
Hi Gregor, thank you for bringing this discrepancy to our attention! You are right that the current state of the documentation leaves much to be desired and requires the user...
Hi Tobias, thanks for the report! I'm afraid I can not reproduce the issue from your minimal sample. I am seeing a `_/index.ts` with the contents: ```ts // ... /**...
Hi Tobias, thanks for this report! I have prepared [a fix](https://github.com/cap-js/cds-typer/pull/242) which you can try on your actual model before I release it, if you would like. Best, Daniel
Hi Tomas, thanks for opening this issue, could you please attach the relevant part of your cds model for reproduction? Thanks! Best, Daniel
Thanks for adding the model! Your `Users.status` is referring to `UserStatus`, which is not included. Could you please add that as well?
Thanks, I can now reproduce the issue. The minimal repro seems to be: ```cds using { cuid } from '@sap/cds/common'; entity A { x: Association to B; } entity B...
The root cause here is actually the order in which the elements are handled. It is somehow strange that this occurs only now, but I have prepared a bandaid fix...
I will look into this again next week then. > Why have you decided to duplicate the properties anyway? Since projections can contain `as`, as well as `excluding` expressions, it...
Checking in on this again, could you please provide the code where you are using the types? Why are you attempting to assign a model entity to a variable of...