Paul Bors
Paul Bors
Don't forget to update your README to let users know not to open Issues for common questions
I don't see anything in the wiki citing that this repo is not active. Just that the developer is too busy to maintain it. I think it makes sense to...
Beside the point. That's why you should then open a mailing list. Use MarkMail is what Apache is using. Perhaps you can get in touch with the original developers and...
At which point do you realize that 1 million records is simply too much and no UI out there should ever handle that many. I recommend you go over your...
Break point and trace your model object property. Where does it get reset and why?
The bug is in the code-generator falling back to a raw Object class when both a schema ref and inline is used such as: ```YAML ... responses: '200': description: Some...
I was referring to your comments here: https://stackoverflow.com/questions/68773761/openapi-generator-maven-plugin-java-does-not-handle-allof-properly Right, so we know is not working with: * More than one $ref * A combination of $ref and inline schema We...
Okay, this PR should be ready now. I tested the while loops in both the IDE and Selenium Maven Plugin for the selenese target.
So the problem here is that this script is written to work only for the Selenium IDE and not the Selenium RC. Good news is that it can be modified...
So far so good... I was able to implement the loop that initializes that custom commands inside Selenium.prototype.initialiseLabels() for Selenium RC. It will end up looking something like: ``` //...