David Fox-Powell

Results 14 issues of David Fox-Powell

Potentially similar to https://github.com/jenkinsci/docker-plugin/issues/206 but wanted to isolate this issue and see if I'm missing something with how the "Volumes" options works under the "Container Settings" menu. I'm running a...

RFE

When using variables for a CSS transition followed by a comma white space is removed between the transition properties which breaks the transition: ex. ```css // pre-compiled.css :root { --transition-transform:...

#### Update BrowserStack support recommended the following configs. Seems to fix my issue, feel free to close if this seems unrelated to this plugin: ``` js captureTimeout: 3e5, browserNoActivityTimeout: 3e5,...

### Expected Behavior When using `mini-css-extract-plugin` and webpack chunking...i.e. dynamic `import` CSS & JS for main chunk should remain separate from CSS & JS for dynamic chunks. ### Actual Behavior...

### Is your feature request related to a problem? Please describe: No, just a feature. Maybe this is already possible? ### Describe the solution you'd like: A way to hook...

enhancement

When publishing with Lerna in Travis I commonly run into the issue with Travis not being able to push its commit because Travis clones in a detached head state. https://stackoverflow.com/questions/32580821/how-can-i-customize-override-the-git-clone-step-in-travis-ci...

question

looks like the version of `unzip` > `fstream` > `graceful-fs` is giving the dreaded Node 6 warning. Any possibility of bumping `fstream`? ``` fs: re-evaluating native module sources is not...

@jordangarcia I'm curious as to why you made some of the decisions on `0.3.0`? - why is `Provider` only a container element, I was assuming you were doing it because...

As discussed here https://github.com/assemble/assemble-core/issues/13 and here https://github.com/jonschlinkert/templates/issues/17 `view` on the `file` context is difficult in Nunjucks. A typical nunjucks tag can be constructed like so https://mozilla.github.io/nunjucks/api.html#custom-tags and you can see...

Demo repo here: https://github.com/dtothefp/assemble-yfm-nunj `"version": "0.8.0"` Essentially, overwritting pre-existing data on the `file.data` context does not seem to work in `preRender` hook ``` js app.preRender(/\.(?:hbs|md|html)$/, (file, next) => { console.log('Append...