Peter Muessig

Results 150 comments of Peter Muessig

Hi @qualiture , the `cfdestination` or `approuter` middleware uses the [@sap/approuter](https://www.npmjs.com/package/@sap/approuter) to proxy the requests whereas the `simpleproxy` is using the [http-proxy-middleware](https://www.npmjs.com/package/http-proxy-middleware). The `approuter` makes sense if you want to...

As the original issue is solved and a new issue has been created with #1064 I'm closing this issue here and we follow-up the cloud-sdk topic there.

Hi @rpanneel , thanks for your contribution. This is an interesting idea. I am wondering whether we should make this configurable to avoid the env lookup. Could there be side...

Maybe we can do it the following way: use the recursive `find-config` by default and add an option to disable it to be on the safe side in case of...

Sorry, that it takes so long - I'm currently restructuring the handling of the 3rd party packages due to this requirement which became a bit more complicated. It's looking good...

@bsehp it looks like the `@adobe/pdfservices-node-sdk` requires file system operations which are not mocked consistently by the polyfills and therefore it lacks some functions which are needed in the loading...

@bsehp @swgtp - I just checked the documentation of the Adobe PDF Services API and it states the following: https://developer.adobe.com/document-services/docs/overview/pdf-services-api/ > The SDK only supports server-based use cases where credentials...

Closing due to my last answer - it's rather a server-side module.

@T0bbes normally the component preload is not available in the local development scenario. did you serve it with the servestatic middleware from the dist folder or from where did you...