Mike Grip

Results 5 issues of Mike Grip

parceljs simplifies a lot of things when it comes to asset bundling, but currently its not easy to implement SSR. v2 sounds promising in this regard. Once its closer to...

Need to set up some automated tests (probably using jest). Will need some sort of integration test, and will need to figure out how to mock out the server listening...

enhancement

```php $db->Execute([ $foo, $bar, $foobar, $somewhatLongParameter, $somewhatLongParameterX, $somewhatLongParameterXYZ ], $sql, $someOtherArg); ``` VS ```php $db->Execute( [ $foo, $bar, $foobar, $somewhatLongParameter, $somewhatLongParameterX, $somewhatLongParameterXYZ ], $sql, $someOtherArg ); ``` Vote :+1: on...

discussion

Seems like when inline comments are parsed they include the line break - both in the `comment.value` and the `comment.loc.end` ![image](https://user-images.githubusercontent.com/13454680/39325050-379a15ae-495f-11e8-85f1-dc35f8ca45af.png)

enhancement
question
good first issue
minor

Would be great if, when using the normalized [exchange graph cache](https://github.com/FormidableLabs/urql-exchange-graphcache), the devtools reflected the normalized cache (ie showing the resources in cache, key'd by id). Not sure if this...

Feature