David Ball

Results 10 comments of David Ball

I'm going to look into it. It may not be a major change. I haven't analyzed any of the code yet, so I have no idea what I'm going to...

Sorry I hadn't gotten back to you sooner. `DynamicObject` is an abstract type and the base object of `ExpandoObject`. While I am not sure what higher level object of type...

I also need to be able to reflect on the compiled template in the project I'm working on. If nobody else is tasked to do this, I'll investigate it as...

PlaceholderFound event works great. I haven't tested the PlaceholderEventArgs.Context parameter pattern yet, but I think it'll do everything I need it to do.

My LLM got all aggressive at the suggestion that it do so. It was fun for a while but in the end it got caught in an infinite loop. `Windows...

I did some more work on the Open Graph parser. Let me know if you need any other changes.

> Hello @daball, and thanks for your contribution! Is this ready for review or are you planning to work on it more? If it's not ready, please convert it to...

bug: paths: /settings/cache: get: responses: '200': dnsCache: properties: stats: properties: hitRate should be 'number' and not 'integer', rates such as hitRate are fractional

NSwag is no longer generating Anonymous#, Response#, and Data# classes. There were many opportunities to consolidate the number of classes by reusing similar classes and to destructure complex object schemas...

I had to make two more small changes. Collection was conflicting with .NET's Collection in generated source code from OpenApi Generator. I've now tested that the generated source code from...