Calin Crecea

Results 3 issues of Calin Crecea

Hi, I have tried to make use of the feature to remove a property/parameter using the extension descriptor. Following the sample https://github.com/SAP-samples/cf-mta-examples/tree/main/parameter-and-property-metadata#deploy-mta-with-not-null-property-and-remove-it-in-the-extension-descriptor I haven't succeeded to remove the property "not-null-property"....

Given the following example: ``` entity Gathering { key id : String; employee : Composition of { name : String }; } entity Company { key id : String; companyName:...

enhancement

Hi, I have a test using the Express Response.links function. When I use node-mocks-http it gives an error stating that the function 'links' is not defined. Is it possible you...

enhancement