Mark Jones

Results 11 comments of Mark Jones

Sorry: seem to have failed to include the URL: https://github.com/nodejs/node/issues/10711

Wouldn't `offset: middle` be more in line with vertical centering?

While I still don't understand the error message, my problem was fixed by changing ``` event = factory.SubFactory(NotificationEventFactory, user_account=factory.SelfAttribute("user_account")) ``` to ``` event = factory.SubFactory(NotificationEventFactory, user_account=factory.SelfAttribute("..user_account")) ``` I've got an...

That last part was what I had figured out and you did indeed confirm what I was suspecting. The lazy part of that declaration is so lazy it doesn't get...

I'm using `pytest -n 8 -xv --cov --cov-config ./.coveragerc --cov-report html --cov-append -s` and `pytest -n 1 -xv --cov --cov-config ./.coveragerc --cov-report html --cov-append -s` and it appears coverage is...

``` renderItem = (item, columnNumber) => { return renderMovie(item, columnNumber, navigator); } renderIMovie = (item, columnNumber, navigator) => { return } ```

So I've modified livereload like this: ``` livereload: { options: { livereload: '', dot: false }, files: [ '/{,*/}*.html', '.tmp/styles/{,*/}*.css', '{.tmp,}/scripts/{,*/}*.js', '/images/{,*/}*.{png,jpg,jpeg,gif,webp,svg}', '!.**/*' ] } ``` And grunt keeps doing...

Yea, I think you are onto something! Seems the the exact same problem.

This shows up under windows with a failed copy of the conf directory from the setup location to the python path location

I'm wondering if something like http://stackoverflow.com/questions/18732240/does-angular-have-a-flex-layout-like-extjs could be added to the flexy-layout. One thing I haven't figured out yet is how to make the resize happen in the right order....