jonathanjfshaw

Results 85 comments of jonathanjfshaw

Kernel tests introduced in #157, although not yet a good way of running them on Travis.

> The current implementation looks bugged. At the moment, you never run line 28 if we are testing line 21 for an empty target bundle. > If the field is...

See also See also #94 and #117 for discussions addressing this problem

Could you give an example of a failing step using the DrupalExtension? I have entity references working fine in @given statements setting up nodes etc. in D8. The drupal extension...

Regardless of the security aspect, this dynamic aspect of gitlab MR patches also breaks the reliability of deployments. Every time you redeploy a site and redownload the patches, you may...

I've identified the bug. As part of the quaternion calculations self.acc gets vector normalized. But when calculating position, we need to use the original un-normalized acc; this is no longer...

DomCrawler is simply using php's DOMNode: https://www.php.net/manual/en/class.domnode.php#domnode.props.textcontent which is implementing the W3c spec: https://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-1312295772

Great package by the way!

Here's how you would get a gate by combining a States node and an ExpressionFilter from #65: ``` nodes: - id: my_data_source ... - id: my_event_source ... - id: my_gate...

Here's how you would get a periodic event by combining 2 states. This example will send 5 events called "on" (spaced 200ms apart) whenever it is triggered, except not in...