Brett Willemsen

Results 10 comments of Brett Willemsen

Personally I prefer the special syntax in your second example because it matches closest to the JS interface. ----- It's not super awesome but could we throw in some custom...

I am having the same problem with `.find` The following will fail even though we are using the jQuery API and not `Array.find`. ``` var jqueryObject = $('.example').find('.child-element'); ``` https://api.jquery.com/find/...

Great answer on stack overflow to this question: What it comes down to is that right now if you want to define a custom error message in each local for...

@abhijitkane @hkosova is there a way I can can help move this query forward?

Hey @jahell , we've had a very hard time with openapi-generator and our schema. Specifically when it comes to references. Our schema is very large and complicated and a lot...

@jahell - I just pushed a huge refactor of our schema that should get rid of most of the complicated `$ref` values and _may_ help you get a generated client....

Thanks for the report @klam2010 , I'll look into this in the next few weeks and see if we can better match the schema definition. In the mean time the...

Thanks for the report. We are adding support in #129

Heyo, Thanks for raising this. We are waiting on https://github.com/lquixada/cross-fetch/issues/78 to be completed before we can close this out. Looks like the open source cogs are turning to get us...