Oliver Searle-Barnes

Results 49 comments of Oliver Searle-Barnes

So I added a hack that does the job, https://github.com/mybuddymichael/linter-elm-make/pull/114/commits/33795c8c7623ba1fd4c60be5043399a455aa5739. It does work reliably but you definitely have to hold your nose.

Ok, found a better approach, ~~https://github.com/mybuddymichael/linter-elm-make/pull/114/commits/32aa060d28725e97c486d6dca15fca406c9eb1a5#diff-b34cd59fb6c7fbe5ac5d92af133b9935R455~~ https://github.com/mybuddymichael/linter-elm-make/pull/114/files#diff-b34cd59fb6c7fbe5ac5d92af133b9935R135

> Should we also have "Add missing type annotations on save" and the "Add Missing Type Annotations" command? happy to add these as well

Workaround for now https://ellie-app.com/4dq2mRgg8Mga1/5 (and hopefully useful for a fix)

Did a little testing with old versions of node. This PR is node 4+ compatible with the exception of the destructuring which is available in node 5 behind a flag...

I've swapped in some older style syntax and it now runs against node 4 (tested against node 4.8.4).

I've added in the css normalize now, there's a new option called `mode` which default to `layout` can be set to `viewport` e.g. ``` style-elements StylesheetModule stylesheetFunction -m viewport -o...

Steps to reproduce: ``` $ git clone https://github.com/opsb/react-semantify-install-issue $ npm install react-semantify ``` That repo is a vanilla react-bootstrap project with the webpack dependency upgraded to 2.1.0-beta.7

`hidden_input` has been removed from v4 of Phoenix.HTML