Jon Austen

Results 19 issues of Jon Austen

Can you add a "ProvisioningException" example? What I mean by that is an example of catching exception from a misconfigured Bean on Spring-boot startup where, if the Bean fails, it...

Can you provide a dockerized image of this, published on docker hub? Similar to : https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html Just want something more user friendly where I can just launch with `docker-compose up...

Extent reports don't render if network MalWare detector flags this .css URL as malicous: https://cdn.rawgit.com/anshooarora/extentreports/a7fadea2f449184064e06465391f689653dea590/cdn/extent.css Is it possible to configure Extent reports to download this file from a local url?...

enhancement

After navigating to URL, why don't the browsers let go? My tests start on Saucelabs (QUnit tests) and the browsers sit there doing nothing until the 3 minute (no activity)...

Tried using your script but it hangs on a dynamodb-local . Here is the modified script I was trying to use. https://github.com/djangofan/dynamodb-copy-table Here is how you can setup the local...

Add this example of a more modern demo Sample.java ``` import java.sql.*; public class SampleModern { public static void main(String[] args) { try (Connection connection = DriverManager.getConnection("jdbc:sqlite:target/demo-modern.db"); Statement statement =...

waiting for feedback

The 'handling-form-submission' guide needs a non-thymeleaf, jsp version of the guide https://spring.io/guides/gs/handling-form-submission/ The "form submit" guide should have a GOAL of BEING EASY but, as a beginner, I had great...

Report doesn't display thread group name with spaces in it. If my Jmeter thread group is called "Thread Group - Whatever" then the report shows "Thread" as the thread group...

Error in 1.06 plugin when using option: jmeter.save.saveservice.timestamp_format=none Should provide some user readable error instead of a vague null pointer.

Can you document a little better how to run the tests? I don't know much about running tests implemented using **Test::Unit::TestCase** . I tried running various test/*rb files but I...