Adrian

Results 6 issues of Adrian

[React Component 規格](https://github.com/kdchang/reactjs101/blob/master/Ch04/react-component-life-cycle.md#react-component-規格) `getElmentById` => `getElementById`

I tried to set up vhosts in clamp.json, but JSON does not support multiple-lines. and duplicate key is not allowed, for example, `"

enhancement

It's allowed to send an array data via query name ends with [] on PHP. Ex. `http://127.0.0.1/foo.php?bar[]=1&bar[]=2` But prism proxy does not support query parameter name with "[]". ## Steps...

t/bug
p/medium
triaged

// factory $fileStream = FileStream::create('smiley.png', 'r'); print_r($fileStream); // exception: fopen() expects parameter 4 to be resource, null given` , // my php versoin: 5.6.17

When adding a new file type to "css.enabledLanguages". Ex. ```json "css.enabledLanguages": [ "vue", "html" ] ``` Auto completion only trigger outside HTML attributes . Ex. ```vue ``` It will not...