jonathanjfshaw

Results 85 comments of jonathanjfshaw

Nice, and simple. Is there an easy way to add a test/demonstration of it to this project's features?

I'm using Email Registration in D8, and get Behat working by using in behat.yml ``` text: username_field: "E-mail" ``` But probably you know that and have more complex needs.

> The entity field parser looks like a good candidate I think that's best handled in the bigger context of #337. My idea is use D8's core-plugins component as a...

> @ignoreDrupalErrors and @ignoreDrupalWarnings Sure. > We can't add this to 3.x, because it might cause unexpected failures if people are running current tests that have warnings or errors, that...

This is currently blocked on https://github.com/Behat/MinkExtension/issues/285. It seems like scenarios are not properly isolated in the mink extension, as the current path carries over from one to the next. Because...

I hoped someone upstream would help as it seems a major upstream bug, but no luck. I've not tried the further debugging suggested. I think the easy solution for us...

I have used the same basic idea of applying the initial prompt to every window to supply a dictionary of obscure words that might be in the transcript. It's very...

Another Python RASR implementation just got published today: https://github.com/nbara/python-meegkit

Hi Steve, Congrats! it would be great if you could share your work as an example to others. On 21 June 2017 at 04:50, Steve Oliver wrote: > I've got...

See #77