Pascal Wasem
Pascal Wasem
## Is your feature request related to a problem? Please describe. Currently there is a mismatch for project shims regarding their paths when running `ui5 serve` and after running `ui5...
## Is your feature request related to a problem? Please describe. As of now (Specification Version 2.2) there is no proper way to execute a custom task after the build...
On "cordova build ios" (deployment-target = 8.0) I always get an error with exit code 65, if I include the plugin. The build command logs serveral errors ´ deprecation warnings....
Scripts should each be wrapped in immediately invoked function expressions (IIFEs) on concatenation as mentioned in [Effective Javascript by David Herman (chapter 1)](https://books.google.de/books?id=nBuA0hmspdMC&redir_esc=y). This would avoid several problems, e.g. considering...
## Description When running `npx cds-dbm deploy` I am getting this error: ``` Cannot find module '@sap/cds/bin/build/buildTaskHandlerFactory' Require stack: - /workspace/node_modules/cds-dbm/dist/build/buildTaskHandlerFactory.js - /workspace/node_modules/cds-dbm/dist/build/buildTaskFactory.js - /workspace/node_modules/cds-dbm/dist/cli/build.js - /workspace/node_modules/yargs/index.cjs - /workspace/node_modules/cds-dbm/dist/cli.js ```...
Hi I am facing an issue when running `cds-dbm deploy` passing the ` --create-db` argument: ```shell node ➜ /workspaces/cap-ideas $ npx cds-dbm deploy --create-db [cds-dbm] - starting delta database deployment...
### Describe the Bug This is an indirect issue which originates from builtin [CSRF-Token Handling](https://cap.cloud.sap/docs/node.js/remote-services#csrf-token-handling) in sap cap. Fetching the csrf token fails because the on-premise system does return http...
OpenUI5 version: 1.86.3 Browser/version (+device/version): Any Description: As more and more developers want to use latest ECMAScript features when building their apps using UI5, there are more and more `custom...