jschlade
jschlade
Hello, I was reviewing this sample for a JavaFX 11 project I'm working on. Can the fat jar process be used with with other dependency library jar files? Thanks
Using JavaFX 11.0.2 with Sun 11.0.2 JDK with Gradle 5.2.1 on Windows 10 x64 and I'm seeing NullPointerExceptions with the gui:test when using the **no headless** switch. Here's the complete...
Hi, Again thanks to all the developers contributing to this project. I would like to petition that you make getWebClient public so we don't have to extend HtmlUnitDriver to get...
Hello to the developers of HtmlUnitDriver, You saved my sanity! Let me explain. I've been using HtmlUnit for a long time and it was working fine but recently within these...
Seeing this error: 📦 Packaging current Fiddle... Error: Could not find npm. Fiddle requires Node.js and npm to compile packages. Please visit https://nodejs.org to install Node.js and npm. On Windows...
Hi, ``` Using: com.studerw.tda td-ameritrade-client 2.4.1 TdaClient client = new HttpTdaClient(); ArrayList symbols = new ArrayList(); symbols.add("blahblah1"); List quotes = client.fetchQuotes(symbols); causes: Exception in thread "main" java.lang.RuntimeException: Empty json body:...
{ "quoteResponse": { "result": [ { "language": "en-US", "region": "US", "quoteType": "MUTUALFUND", Hi, Looking for the method that returns this data? Not all quotes are stocks. :-) Thanks
Hi, This was a great API but now that TDA has moved to Schwab this API doesn't work anymore. Are there any plans to port this to use Schwab's API?...