Will Douglas

Results 59 issues of Will Douglas

Following up on #71 Currently, the `yield-effects` rule complains about this code: ```js const requests = endpoints.map(endpoint => call(fetch, endpoint)); yield all(requests); ``` We can get around the rule by...

bug

I know that PHP supports skipping elements when destructuring from an array: ```php $array = [1, 2, 3]; [, , $c] = $array; ``` However, I often find it nice...

Enhancement

It was not obvious that the command `graphcool add-template` should be run from within the server directory. Hopefully this helps to clarify things.

**Describe the bug** When you are dragging an item, if the `list` prop is updated such that it should remove the element you are dragging we have seen multiple bugs:...

Eslint has a new Suggestions API that was initially described in [this RFC](https://github.com/eslint/rfcs/pull/30/files), and recently [merged](https://github.com/eslint/eslint/pull/12384) and released in eslint [6.7.0](https://github.com/eslint/eslint/releases/tag/v6.7.0). The suggestions API provides information for users to manually...

## Issue Type Feature Request ## Issue Description Eslint has a new Suggestions API that was initially described in [this RFC](https://github.com/eslint/rfcs/pull/30/files), and recently [merged](https://github.com/eslint/eslint/pull/12384) and released in eslint [6.7.0](https://github.com/eslint/eslint/releases/tag/v6.7.0). The...

enhancement

First of all, thanks for your work on this project! I would like the ability to run multiple printers for the output of a test suite. Specifically, I would like...

type/enhancement
feature/test-runner
feature/logging

## Issue Flowdock is not used anymore and places where this is referenced should be changed to something relevant ## Solution - Change the text to "Discord" - Either: -...

enhancement
good first issue

Something like: ![Screen Shot 2019-01-07 at 5.55.46 PM.png](https://waffleio-direct-uploads-production.s3.amazonaws.com/uploads/53d30e7b82b317f7d9ad0fbb/125516c66e82c728ace21e0d46db978826878de9bce1b057e40fa0c5700b77226454f46b7191a37df1172e4f5b595ecc3c4a4356bcbbd671f3e57862804e0ee4d66b0e27976f17afbf8518b701ba21d94ed4e4ed8a4dd2f42f67b6d5db1063474f4dcbed5727a19041c95df24de84d5ca2173f62e6742431.png)

enhancement
ready
good first issue
design

[Prisma](https://www.prisma.io) is the successor to the graphcool-framework backend that we are using currently. Previously we avoided this because we would have to set up a new database and jump through...

in progress
research