Robin Csutorás
Robin Csutorás
No problem, I have created it to not forget about it, and to track progress here.
Can you try the app in [this answer](https://stackoverflow.com/a/47153547/1558028)? Does it show anything for you?
@odahcam Can you get an iPhone to test it? @Diogo1995 @martinpereiranm Which devices are these?
Suggested changes: Add the type to the generated AST. https://github.com/ngneat/svg-icon/blob/4ac9f23016d7b40d57c90a9879ff3cc3fc07c267/svg-generator/ast.ts#L14 Add documentation to the Readme.MD how to add strictly typed components.
For me the problem was the iis reverse proxy. WebDAV module only allows POST and GET requests. Disable it and enable get, post, head, put, patch, delete.
How to disable WebDAV from UI: https://help.salesforce.com/s/articleView?id=sf.cg_modeler_ibe_disable_webdav_publishing.htm&type=5 This is a nice answer, please check it: https://stackoverflow.com/questions/12440277/how-do-i-enable-http-put-and-delete-for-asp-net-mvc-in-iis
The ticket is might related, too. https://github.com/nrwl/nx/issues/19693 Please check if it is a dupe.
The problem is probably that the dependencies of this package is not correct. The `npm install` using node 18 doesn't run without `--legacy-peer-deps` flag. Like the internal box linter configuration...
It has a preview available. https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/543#issuecomment-359574309