David Pashley

Results 8 issues of David Pashley

I've been using an extension called BetterCupid which includes functionality to display more than just the usual 8 most recently viewed profiles. It would be amazing if you could add...

interestingidea

The current checkboxes are hardcoded. It would be useful if you could tag people using customised tags. I don't know if something similar to RES (http://www.dailydot.com/society/reddit-enhancement-suite-res-guide/#usernametagger) would be a good...

interestingidea

Currently, we need to write tests like: @Test public void test() { SQLStatementCountValidator.reset(); warehouseProductInfoService.findAllWithNPlusOne(); assertSelectCount(1); } It would be useful if we could write @ExtendWith(QueryCountExtension.class) public class Tests { @QueryCount(select...

A number of apt:source parameters were deprecated, and have now been removed. This commit migrates to replacements * key_source is replaced with passing a hash to the key parameter. *...

Running `customize-schemas.php` multiple times results in further modifications of the schemas. There's three issues: 1. Security information is stripped away, as it doesn't take existing data into account. 2. `'x-expose-headers'`...

The JSON uses RefundLineType rather than OrderLineType for the OrderLlines returned from the "getAllOrders", which means that none of the data in the order lines are available. I've tried to...

I had some issues getting the project to build, with finding the correct version of openapi generator. To make it slightly easier to set up the environment, this commit uses...

This adds a `build` and `clean` commands to `composer.json` to enable easier discovery of the build process for new developers. Due to the `clean` deleting the raw directory. I've moved...