Andrew Dodson

Results 101 comments of Andrew Dodson

@marcincieslak works great, i additionally filtered by ":first-child" otherwise multiple lines would overlap in the same space, i.e. $('tspan:first-child', txt.node).attr('dy', 0);

> non-standard plugins I was wondering the same, would it be possible to automatically install even only the [official plugins](https://semantic-release.gitbook.io/semantic-release/extending/plugins-list) which aren't bundled in semantic-release, this would save having to...

As per comments on #170 It's too easy for things to break by installing the plugins when there is no where to define a version. I'll be using a `npm...

Thanks @codfish. If we need to explicitly define the packages to install then arguably isn't an `npm install` step a more intuitive approach? i.e.... ```yaml - name: Install extra dependencies...

> For instance, what if we auto-installed dependencies based on what's specified in plugins and extends? I see flaws in this approach, i.e. redundant if you've already got those deps...

Thanks for that, never tried uploading anything that large. Have you looked at any fixes for it? Regards, Switch On Fri, Feb 10, 2012 at 9:38 PM, DannyMoerkerke < [email protected]...

This could be HTTP request latency. But the project could do with some benchmarks. So if you could include a problematic initial page and any external fragments it requires. Then...

The benchmark should not be constrained by network requests. What i meant was to create a series of files in a `spec/mocks` directory, i.e. ``` bash specs/mock/in.html specs/mock/includewidget1.html specs/mock/includewidget2.html specs/mock/out.html...

Hey Jon, That's great, could you explain this statement. > I need to ensure eval is processed before assigns FYI: Akamai give this example which suggests the 'assign' preceeding an...

Merged in changes for individual spec files. The shared spec's for esi:include and esi:eval now reside in [spec/shared.include.js](https://github.com/MrSwitch/esi/blob/feature/esi-eval/specs/shared.include.js) as recommended by https://github.com/mochajs/mocha/wiki/Shared-Behaviours Feel free to bounce ideas for the eval...