James Navin

Results 13 comments of James Navin

+1 I have attempted to fork the project to make a change and am having a lot of trouble getting it to import into IntelliJ IDEA and/or build. Running `bazel...

Cheers - I missed the `...` (which turns out to be important :) )

To contribute to the conversation - our team is experimenting with validating the Consumer-generated Pacts against a Provider-published Swagger/RAML specification within the Consumer tests. We've found it can help catch...

@uglyog - Ive (finally) open sourced our swagger-request-validator library that includes a Pact module for validating Pact interactions against a Swagger/OpenAPI spec. https://bitbucket.org/atlassian/swagger-request-validator There's some examples in there on usage...

Is this satisfactorily addressed with the "Draw Order" tab in the Scene panel? It makes the ordering pretty intuitive, even if it still requires some manual interaction.

After further analysis: - Exception only occurs when application is launched without clearing the persistent state (e.g. when reading from a persisted workbench.e4xmi file) - In this case, the Parts...

It would also be good to be able to change application behavior based on debug settings. For example: - Activate GL debugging - Simulate network / file system latency via...

After some investigation, it appears to be related to this Eclipse bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=212617 When "-nosplash" is added to the launch arguments, the following logging is output and the application runs...

Further: When run under Java JDK 1.7.0_25, with "-nosplash", the following logging output occurs and the Globe part fails to initialise. ``` 2013-08-30 12:25:50.671 java[16531:707] _createMenuRef called with existing principal...