anoy.
anoy.
Can confirm this. It happens for me in VS2017 and only if the project is a Qt project (from the [Qt VS Tools](https://marketplace.visualstudio.com/items?itemName=TheQtCompany.QtVisualStudioTools-19123)). I could narrow it down to this...
Next time please provide the full wsdl with all dependencies (xsd) so it is not necessary to create one myself to debug the issue. 😀
I'll look at this proposal. I had mostly oriented myself on `TypeMap::localType` and had not studied the class in depth. So you would store the converted, syntactically correct type directly...
Currently I don't have enough time to dive into it and implement the proposed solution.
also related to #110
> I'm thinking that the json that we export should maybe only contain strings and just convert null into empty strings. In my opinion `null` is fine (and a valid...
You apparently overwrote some changes while force-pushing .. the latest suggested changes in OPMLExporter.php and Item.php are missing in the merged commit.
I assume nextcloud/server#32060 and https://help.nextcloud.com/t/scss-support-dropped-with-nextcloud-25/ could help. - The broken explore page is very likely caused by the removed SCSS support. For this app it only affects [css/explorer.scss](https://github.com/nextcloud/news/blob/71d635db76068f791e10b97bd351b385d76bc482/css/explore.scss) and [css/mobile.scss](https://github.com/nextcloud/news/blob/71d635db76068f791e10b97bd351b385d76bc482/css/mobile.scss)...
I don't think that the mentioned feed is causing this (at least it's working for me without any issue) It seems that one of your feeds has an invalid redirect...
I assume it's the same issue as #2289. The solution would be to correct the value manually in the database. However the underlying problem is that the field allows strings...