Dave Brotherstone
Dave Brotherstone
Just an additional case: A forward slash in the search term seems unsearchable, which makes searching for URLs impossible. `task add visit example.com/foo/bar` `task example.com/foo/bar` shows all tasks `task desc:example.com/foo/bar`...
Update for anyone else finding this: After going through the source and the debug output (add `rc.debug.parser:3` to the command line), it became clear that the lexer spots a `url`...
I think there's currently 2 ways to do your first suggestion: ```js expect(() => foo.emit('bar'), 'to emit', 'bar', 'from', foo); ``` ... and no way yet to do the string-inlined...
I've been meaning to get to that, I'd love to have one! I wanted to see how to do it, as I definitely want one for unexpected-react too - there's...
Yes. But I probably won't do it immediately. I'm first moving unexpected-react-shallow to use the as-yet unreleased unexpected-htmllike helper library, then moving the assertions into one library should be trivial....
Thanks for the report. Yes, it looks like the app doesn't like the answer we're sending any more. Without an actual hue, it's tricky to say what's changed. If anyone...
No, i didn't. I'll try and have another poke around this week.
You're right, it's not handled when the `getRenderOutput()` returns null. I'm fairly sure we can add this without any issues for the renderer - for the output, you can just...
In progress!
Progress updates will be left here. It is being worked on (mainly by @chcg), but it will be a while (probably realistically at least a month until we have a...