Al Dorrington

Results 9 issues of Al Dorrington

Currently a successful patch only returns a success response. A method to provide the Http header options to return a full object would be very helpful in certain circumstances. (ie....

While this toolkit supports the HTTP_PROXY and HTTPS_PROXY environment variables, it does not support the NO_PROXY environment variable. In a corporate environment, this can cause issues when your transfer needs...

bug

Is this project being maintained? Dependencies are restricting this to angular @8.2.14

On this page https://github.com/RicoSuter/NSwag/wiki/NSwagStudio The link for the MSI installer of NSwagStudio brings you here: https://github.com/RicoSuter/NSwag/releases and there is no MSI file for NSwag v13.17.0 I do see it for...

While trying to print a div containing a component, by using document.getElementById('div-to-print').innerHTML, the graphic data in the canvas is not getting copied over. I'm currently using a work around, where...

### Issue Category - [x] Enhancement - [ ] Bug - [ ] Question - [ ] Documentation gap/issue ### Product Versions - Please specify what version of the library...

I don't see a means to inject addition information I tk the manifest file. Limits the functionality

Using the following: > "chart.js": "^4.4.2", > "chartjs-plugin-annotation": "^3.0.1", > "chartjs-plugin-colorschemes": "^0.4.0", > "chartjs-plugin-datalabels": "^2.2.0", > "ng2-charts": "^5.0.4", I am trying to create a custom color scheme, as shown in...

Starting with a C# Controller with a method like this: ``` [HttpPut("[action]")] public async Task PutSubcRtgLink(int subcontractRtgLinkId, SubcRtgLinkDTO subcRtgLink) ``` Compiling for .Net 6, using NSwag.AspnetCore/NSwag.MSBuild 13.18.2, would generate this...