Steve Lacey

Results 60 comments of Steve Lacey

I expect you can't do it in markdown, and have to put the `` tag in yourself, not sure though.

I don't think there's any improvement to be made, these Prism plugins don't make for a sensible default (and they're easy to add anyway), and themes have no control over...

Add the additional plugins here into [default.hbs#L112](https://github.com/oswaldoacauan/ghostium/blob/master/src/default.hbs#L112), they should have already been installed by Bower Run `grunt dryrun` to compile

I think you've missed that Markdown allows you to embed HTML, what I was saying you could do is this: Instead of: ``` # A heading Some text '''language-javascript alert('hi!');...

Yep just stumbled over this problem myself, I expected traits to be an extension of passing params, and for post generation to work same as if I'd supplied all of...

This fork has everything working afaics https://github.com/grayloon/nova-filemanager

@InfinetyEs 👀

@mucenica-bogdan I am seeing errors when files can't be mime checked e.g. `.DS_Store` probably need to catch those and pass through `null` This fork has everything working afaics https://github.com/grayloon/nova-filemanager

@olegpidsadnyi any thoughts on this? A sensible defacto way of retrieving build/unsaved models would replace a bunch of stuff in the suite I'm currently working on – and I'd rather...

A few further thoughts - A decorator would be passable... but I'd rather make the default *not saving* than making people go to more /effort/ to write db-free tests -...