Denver Smith

Results 8 issues of Denver Smith

![image000000](https://user-images.githubusercontent.com/10538978/28256176-f6d24d82-6a7c-11e7-9550-a65b17f3cbd6.jpg)

### Environment * Elixir version (elixir -v): 1.13.3 * Phoenix version (mix deps): 1.6.8 * Phoenix LiveView version (mix deps): 0.17.9 * Operating system: MacOS Mojave * Browsers you attempted...

I don't think this is necessarily a dragonfly bug, but I wanted to at least mention it here since it might affect people. I'm not sure if it's an iTerm...

Single click Mouse actions work great, however I cannot get a double click to work. For example, I'd like to hover the cursor over a word and use the double...

Error
MacOS

I've never done front-end unit/integration tests. Help would be appreciated setting that up (enzyme or some other well-used framework) along with at least a couple examples of testing react components....

hacktoberfest

Just looking for a general code refactor. This issue is pretty open-ended. If you see some code that can be implemented better, change it and provide an explanation.

hacktoberfest

```javascript qsParams: [ { name: "version", placeholder: "13.10.0", required: true, }, ] ``` However: ```javascript qsParams: [ { name: "version", placeholder: "1.10.0", required: true, }, ] ``` Adding `type: "text"`...