Sergey Andreev

Results 9 issues of Sergey Andreev

For example, I use [PHP-Parser on PHP](https://github.com/nikic/PHP-Parser/) and create [astexplorer from ajax and php backend](http://php-ast.herokuapp.com/out/) ```js // php parser import defaultParserInterface from '../utils/defaultParserInterface'; const ID = 'php-ast-parser'; export default {...

needs discussion

html: ``; vtree property after html-to-vdom: ``` { "attributes": {}, "type": "text", "autoComplete": "off" } ``` node after `` vtree property after virtual-dom.h: ``` { "autocomplete": true, "type": "text", }...

I noticed html-inspector (or phantomjs) save cach for html page on domain. Case: run `htmlinspector http://test.local/index.html` after get 5 warning message change index.html and run again `htmlinspector http://test.local/index.html` after get...

example: https://codesandbox.io/s/818ov6pok0 case: - submit last form ### What is the current behavior? input in first form get focus ### What is the expected behavior? input in last form get...

generator create next rule: ``` "tab-size": true, // i select 4 space in generator wizard ``` ``` ~/p/u/csscomb> csscomb -v styles/elements.less Failed to configure "tab-size" option: The option does not...

category: website

remove regexp group for album id, because in real life we send only trackId, and don't use it.