Francisco Lourenço

Results 115 issues of Francisco Lourenço

The marketplace title doesn't not convey that this action is specific to Go and ghr.

When you temporarily disable a rule using the checkboxes in the web inspector, livestyle deletes the rule and adds it to the end of rules in the css file. ![checkboxes](https://i.imgur.com/XYF2Bxu.gif)...

This issue if for the implementation of live reloading of changes in html files. Thanks! ## Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/1267560-feature-html-support?utm_campaign=plugin&utm_content=tracker%2F305388&utm_medium=issues&utm_source=github)** We accept bounties via...

enhancement

Make vue-validator compatible with Vue 1.0

If duplicated fields were present on the page, only the first one was getting validated and styled. This commit enables validation on all duplicated fields. Closes #6

Any idea why is this happening? ``` [Vue warn]: You are setting a non-existent path "validator" on a vm instance. Consider pre-initializing the property with the "data" option for more...

When multiple elements are bound to the same v-model, the valid/invalid classed are only applied to the first element. http://jsbin.com/zehajikapi/3/edit