Joshua Kon

Results 12 comments of Joshua Kon

So, has angular > v8 support been abandoned? otherwise I need to replace onsen for mobile support in my app very soon

Having been trying to upgrade past angular 8 for some time myself, I understand. But I feel like I'm at a point I have to do it, so I have...

this issue is a little old, but I'm hoping someone can help me. I have a bucket that is hosting an Angular app and I have a cloudfront distribution pointed...

I was looking through the code and I found the problem. In the getOperationFromConfig, in the DefinitionGenerator class, for requestBody and parameters you check if the operationObject has the two,...

After looking at this a little more, the check for documentationConfig.parameters is also wrong. when there are no pathParams, queryParams, etc, the script works fine if you don't check. I...

Thanks for letting me know the project is dead. I ended up forming it and fixing it myself. I also added support for x-code-samples. Problem is that I couldn’t figure...

I don't know if this helps you much at this point, but I am using this in conjunction with [combine-swagger](https://github.com/maxdome/swagger-combine#readme) so I can put docs for all my services in...

I am having this issue too. I change the set of columns in my tables a lot, so having the recalculation of the column widths (including in the headers) work...

I had this same need and I was satisfied using this line in the function I have to insert a new row (I insert my rows at the top): this._elRef.nativeElement.querySelector(...