Tom Newby

Results 10 comments of Tom Newby

@jwage not exactly. If you try to call `->addFixture` on the same fixture twice, it will bail early on line 123. The specific case I'm trying to catch here is...

I catch a bus and a train from Newstead to get to Toowong, which can be difficult to time correctly for a 6pm start. Not really one to complain about...

I had to `apt-get install ruby-dev` and then `gem install sorted_set`

This affect me as well, and the above work around does not resolve it.

@RomkeVdMeulen Our solution has been to waitFor your assertion. ```typescript // Rather than expect(divEl.style.background).toEqual(newBg); // waitFor instead, we have a helper function as the aurelia-testing is asserting against whether something...

Thank you for the comments, I will make the changes and update the PR when I have done so :) On Wed, 31 Jan 2018 at 9:17 pm, Vincent Le...

Hi @weaverryan and @Lyrkan! I have updated my pull request per the feedback including adding test cases for both the configureResolveModules call and the enableAureliaPlugin call. Travis seems to be...

Also stumbled upon this myself too, I ended up doing this, which is kinda dodgy, but works well enough: ```python pages = result.document.export_to_markdown( page_break_placeholder="" ).split("") ```