Antony Stubbs
Antony Stubbs
Finish the major re-factoring first which will help isolate logout put two specific subjects first.
http://editorconfig.org is becoming somewhat of a standard? Support for using .editorconfig configuration file for the formatting would be great.
I want to be able to utilise the entire data set, e.g. do something with all hospital names Something like: Faker.instance().name().data().lastName(); // returns List of all names Faker.instance().eagerLoad(Locale.forLanguageTag("nl")).getDataSet(); // returns...
There are a lot of things fixed since 1.0.2. Who has the power do make a release aside from @codingricky ?
POC fix for https://github.com/adammck/terraform-inventory/issues/117. Builds on top of https://github.com/AndiDog's support for 0.12 (https://github.com/adammck/terraform-inventory/pull/114).
I have to work with ansible play books that already have roles defined, e.g. "kafka" - it expects inventory with a group of hosts under the "kafka" label. The closest...
I had a large diagram defined at the class level, then inserted it into a method comment. Pegdown generated the javadoc as expected, the diagram was shown twice. The intellij...
Maybe an esoteric requirement, but I couldn't find an existing nice way anywhere (in or outside Awaitility) to do this. I need to assert in my tests that indeed a...
Removes static state and manipulation. Depends on DI module and transaction-docs. - [ ] related: #126
From the javadoc: > Uses {@link Long} for it's underlying structure (in order to support output encoding option using Longs), in order to support the worst case scenarios without running...