Christian Georgi

Results 12 issues of Christian Georgi

Please update to `binwrap` 0.2.3, as this got rid of `lodash`. This fixes [CVE-2021-41720](https://nvd.nist.gov/vuln/detail/CVE-2021-41720). Also, please consider switching to an open semver range like `^0.2.3`. This would have avoided this...

cds deploy excludes its definitions if `OrdersService` is marked as external, leading to exceptions in the UI. How would we tell it to include them in the embedded case?

- Needs `@sap/cds` 6.4 - Deleted now superfluous csv files

Shows a list of flights w/ details To be used as basis for 'compare flights' UI See http://localhost:4004/$fiori-preview/FlightsService/Flights#preview-app

The UI crashes if an unknown function is used in a view definition: ![image](https://github.com/qwtel/sqlite-viewer-vscode/assets/7470719/16b0e007-69d2-434e-9d29-8a34931c1d47) I would expect that it only fails for the affected views, but still shows the rest....

New test to specify assertions in handler code from a consumer perspective. Then, it - runs typer - runs TSC to check/transpile - calls `cds.serve`, thereby loading handlers - invokes...