Thad Humphries

Results 4 comments of Thad Humphries

My request is that an GWT Eclipse Plugin with Gradle allow flexibility in selecting the targeted Java and GWT versions. Basically, we don't want to rock the boat or be...

Additionally I think the tab bar should have indicators to let the user know that there _are_ tabs to the left or right. Depending on the width of the tab-bar...

Using `rewire` 4.0.1, my attempt to call `import { rewire } from 'rewire';` is met with the error: ``` HeadlessChrome 74.0.3729 (Mac OS X 10.14.4) ERROR Uncaught SyntaxError: The requested...

Yes, I can remove "from project.sourceSets.main.output". I missed that before If I remove "from project.sourceSets.main.allJava", I must add "include '*_/_.java'" to "from('src/main/java')". Either works. The problem is that merely using...