Kevin C

Results 118 comments of Kevin C

@reckter I think it's here: [app/ui/window.js#L88-L125](https://github.com/zeit/hyper/blob/master@{2018-07-31}/app/ui/window.js#L88-L125) Looks like you can specify `rows` and `cols`. Should be easy enough to enable!

Works for me using latest socket.io `1.4.6` on the server plus either `1.2.0` or `1.4.5` on the client.

I'm having the same issue (both iOS and Android), it's very frustrating. It does look like you can see each individual non-fatal report with the **View all sessions** button (see...

Apparently Fabric really isn't designed to handle JS non-fatals (at least not currently)... I've switched to [BugSnag](https://docs.bugsnag.com/platforms/react-native/) which explicitly supports React Native. So far I like it a lot better....

At a quick glance, this is supposed to resolve to: ``` Artist(first:1) { albums { name songs { name } } albums { id name imageName } } ``` does...

The problem is likely the duplication, rather than the fragments. It still may be an implementation bug, but hopefully that narrows it down. As a workaround, you might try modifying...

Workaround in the meantime: Add the following lines to your `/etc/apt/sources.list`: ``` # This lets emojione-picker be installed from xenial (16.04). deb http://ppa.launchpad.net/ys/emojione-picker/ubuntu xenial main ``` Get rid of the...

Thanks for the PR @bhooshiek-narendiran! Separate but related issue: views should inherit transformers from the base class but they do not. This is demonstrated by a new PR https://github.com/procore/blueprinter/pull/247. It...

Yes please see the linked PR #247 with a working unit test (it's failing, in order to demonstrate the issue) 🙂 Let me know if you have questions related to...

Hmm, if both execute, is there a way to STOP the parent from executing through some syntax? If there's no way to stop it, I think it must override entirely....