Kendall Bennett

Results 93 comments of Kendall Bennett

Just checked in support for automatic rate limit handling (http status code 429) with the UI to optionally enable it.

I believe when I did this, it was not possible to modify the naming generator in NJsonSchema to support this, because the generator stuff is all handles in NSwag itself?...

Well I am all for making it the default naming convention since the other way was wrong :) But I do wonder if other folks using it might do a...

I would like to see this merged in also. We are still using our own custom build of NSwag as it works for the purposes we need it for with...

Ok thanks. The request static stuff is required for phalanger to work correctly across multiple threads in IIS so without that change I doubt the original bugs we found can...

Oh I did not realize my pull request was still current. I merged against trunk but cannot use that build at the moment as other stuff has broken. Something changed...

Well it turns out that it fails because this function is actually public, while the code is assuming it is private? In fact the reflection should not be needed at...

The code is clearing trying to reach into the cache internal data structures to find out more about the values in the cache, but for some reason that function is...

The solution we took was to simply never ask for USD->USD again, and just leave it set to 1:1 in our currency tables.

I am getting it working by simply turning it into a byte array and submitting that, but that is not particularly ideal if the data is large.