jonathanjfshaw

Results 38 issues of jonathanjfshaw

I'm most of the way there with my Christmas present: an initial rough implementation of 1. Field plugins (real D8 plugins that developer can supplement for their own project); these...

enhancement

According to core's change record https://www.drupal.org/node/2456869: "Drupal 8 has a generic Entity reference field included in core, and, until Drupal 8.0.0-beta10, it also had the old Taxonomy reference field from...

Addresses #155. I've added a general discussion of top-level matters to that issue. Some notes for reviewers on implementation matters... ## Code flow The code flow typically begins with a...

Second attempt at daterange driver, allowing for named properties.

Now that core supports Datetime ranges, we should too.

enhancement

The new EntityContext (and possibly pre-existing code) don't provide very informative errors if the entity or bundle doesn't exist. (Run entity.feature against aa Drupal 8 installation using the Minimal profile...

bug

It seems like we could really do with better tests in the Driver. In particular, tests that show that the desired results are actually performed on Drupal. This could involves...

It would be nice to do ``` Given an "article" content: | title | promote | | test | Yes | ``` instead of ``` Given an "article" content: |...

I understand little about sensor fusion. But I made the following test script: ``` from skinematics import imus, quat, vector, rotmat from skinematics.simulations.simulate_movements import simulate_imu import numpy as np from...

My scenarios are not isolated in terms of URL and page content. ```Feature: Isolation In order to demonstrate isolation failure As an issue reporter I need to show that the...