Results 36 comments of jmills

From the root of this package (not the root where you install it), you can run `npm install` to install all the Bulma dependencies. The commands above do the following:...

thanks @faroit :)

I just had the same issue; I'm using the role as part of [Trellis](https://github.com/roots/trellis). @salsadigitalau - I did some digging and [this](https://github.com/diafygi/acme-tiny/issues/119#issuecomment-258345329) solved for me. I think it might be...

Same here; when all extensions are disabled, "Wrap with abbreviation works", and when I enable Laravel Blade Snippets it no longer works in files ending in `.blade.php` but works fine...

@BramVanBerkel @mattlibera adding the setting ```"emmet.includeLanguages": {"blade": "html"}``` to my User Settings made it work again, even though the extension details says it's no longer needed since 1.14.* - perhaps...

Whoops! I forgot about tests, didn't see the test failed until just now. Thanks @amirdt22 - I'll take a look at your PR :)

@amirdt22 @lukechilds any thoughts on why the tests are failing? Running the tests locally with urchin fails on `NVM_LAZY_LOAD && NVM_NO_USE`, but every other test passes.

@MuhmdRaouf you're talking about how it's showing the message inside your prompt? how is that section of your prompt defined?

@MuhmdRaouf I just checked and looks like the theme would need to add some logic here: https://github.com/denysdovhan/spaceship-prompt/blob/2796da9d5c4a6af7a8255315aa5eeae4aa929679/sections/node.zsh#L31-L33 In iTerm2 I use this to conditionally set the node version in the...