Al Dorrington

Results 12 comments of Al Dorrington

I am experiencing the same issue with an Ender 5 and SKR E3 Mini V1.2 board. After reading yoru suggestions above, I did go through with a pair of diagonal...

I am encountering this issue in a project of mine with a nested class. Like andmattia above, the only work around I have found, is to explicitly define each item...

Yeah, I get that, but I would think the NSwag generator should have enough information about the classes to create that code that instantiate the objects in the array itself....

I created a local fork of your API and stripped out the testing, demo app and documentation generation parts of the build, bringing it down to only the API itself....

My fork of the code is available here: https://github.com/awdorrin/ngx-odata-client I have not attempted to deploy to the public NPM repos yet, but I will try to do so later this...

I was able to uninstall the angular-odata-es5 library, install this new ngx-odata-client library, and then just updated the imports in my application, and things worked. (Once a couple of people...

This seems to be a result of the height and width being applied to both the outer div and svg without accounting for the height of the legend. ```

I ran into this yesterday with an App we were adjusting from the new .Net Core/Angular templates in VS2022 to the older non SPA Proxy approach used in .Net Core...

I have used my branch with an app that I have brought up to Angular 15.2.9, but have not updated that application to 16 o/17 yet. I have never deployed...

@AnaisR7 I have published my fork on npm here: [@awdorrin/ngx-odata-client](https://www.npmjs.com/package/@awdorrin/ngx-odata-client) I have Angular 15, 16 and 17 packages available. This is my first time publishing to NPM, so if you...