Steffen Waldmann

Results 10 issues of Steffen Waldmann

First iteration of the `cds add` documentation. Not marked released yet, but we should get something into `main`, as we've introduced some custom flags that also need documentation.

## Description This PR replaces all occurrences of `--production` in an `npm` context with `--omit=dev`. Currently you get these warnings when deploying MTA projects with the standard `npm` builder: "npm...

### Describe the bug Accessing a page via suffixing `/index` redirects you to the correct page, but no content is displayed. This can be reproduced on vitepress.dev, too: https://vitepress.dev/guide/getting-started/index. A...

has-workaround
client

Compare to current impl: https://github.com/swaldmann/node-pool/blob/152b78ee740058645245f07fc9fed667d8342c01/index.js

See this related open issue in the `generic-pool` repo: https://github.com/coopernurse/node-pool/issues/273. PRs to fix this are stale unfortunately: https://github.com/coopernurse/node-pool/pull/221 I fear there's no non-hacky way to fix this other than #815...

For cap/issues/issues/18314.

Some minor editing for the Domain Modeling guide. - Removed the title here that probably got in by accident: https://cap.cloud.sap/docs/guides/domain-modeling#aspect-managed - Added some useful tip/warning titles

I don't think this is used any longer and `ts-jest` requires `glob` version 7, which is now deprecated. This is currently the root cause for installation warnings in `cap/dev`.