Merlin Beutlberger
Merlin Beutlberger
Hi Christian, I saw your Slack post but haven't taken the time to look into it yet. Thanks for raising this issue though. I can confirm your findings. By design,...
> I face the same problem for [createDebugFiles](https://github.com/SAP/ui5-builder/blob/master/lib/tasks/createDebugFiles.js) which uses `byGlobSource` and still does not work. You're right, I forgot about that connection. The workaround would be the same here,...
There is already a very simple proxy available that we took over from grunt-openui5: https://github.com/SAP/ui5-server/blob/master/lib/server.js#L62 Basically you can have requests like `http://localhost/proxy/http/example.com/foo` and they get proxied to `http://example.com/foo`. **_However_**, I...
Full ack from my side @cschuff 👍
As signaled [above](https://github.com/SAP/ui5-server/issues/13#issuecomment-400034788), I finally created an RFC to tackle this topic: https://github.com/SAP/ui5-tooling/blob/rfc-proxy/rfcs/0003-proxy.md I'm especially interested in your feedback on the use cases the proxy should solve: https://github.com/SAP/ui5-tooling/blob/rfc-proxy/rfcs/0003-proxy.md#possible-use-cases Does the...
**Custom Middleware Extensibility** is available starting with UI5 CLI [v1.6.0](https://github.com/SAP/ui5-cli/releases/tag/v1.6.0). Get started here: https://sap.github.io/ui5-tooling/pages/extensibility/CustomServerMiddleware/
Most of this got implemented on the v3 branch with https://github.com/SAP/ui5-project/pull/457
This RFC got implemented in the UI5 Tooling v3 development branch. See also: https://sap.github.io/ui5-tooling/updates/migrate-v3/
Once you declared a specification version greater than 2 (e.g. `specVersion: "2.5"`), additional suggestions should come up. Can you confirm that? It's indeed an issue that the autocompletion does not...
> > _Can you confirm that?_ > > No! That's the point, no suggestions appear: > >  This I cannot reproduce. Once a spec-version >2 is set, suggestions work...