Jonathan Haines

Results 17 comments of Jonathan Haines

I didn't have much luck making a field resolver.. But I was able to reproduce the issue in #56

It was a failing test originally, just the schema changes alone were enough to reproduce the issue. I ended up fixing my original issue by using `resolveList()` in my custom...

It's unfortunate as there are fixes for using prettier in editor plugins, including [atom-linter-xo](https://github.com/xojs/atom-linter-xo), in prettier 2.0.5 https://github.com/prettier/prettier/issues/8047 Are they related at all?

Thanks for flagging! Definitely something to look at, should be able to come up with a solution. I imagine this would also flow onto the performance of the Event Log...

I'm in the middle of moving to a new installer for windows. There's also a few existing issues due to refactoring on other platforms which haven't been tested on windows...

If you're using postcss-typography, you'll want to make sure you're running postcss on node 4 or above.

Forcing the use of `import fetch from 'fetch';` prevents Ember apps from using other npm packages that rely on the global `fetch` API, along with `Response`, `Request`, `Headers`, etc.. This...