Nathan Sarang-Walters

Results 199 issues of Nathan Sarang-Walters

We use escaped backticks in some of our GraphQL: ``` const foo = gql` """ This is a comment with an \`escaped backtick\`. """ type Foo { bar: String @deprecated(reason:...

Per the material spec, FABs should "lift" towards the surface of the screen when pressed. However, this library doesn't include such behavior. This would probably apply only to 5.x+ devices...

The `react/require-default-props` rule configured with `ignoreFunctionalComponents: true` produces false positives for functional components that use `React.forwardRef`, like the following: ```jsx import React from "react" import PropTypes from "prop-types" const Demo...

help wanted

Please fill in this template. - [x] Use a meaningful title for the pull request. Include the name of the package modified. - [x] Test the change in your own...

Popular package
Unreviewed

Thanks for the awesome plugin! We're running into a bit of a tricky issue in our repo. We have some files with certain lint rules that are expected to sometimes...

Repos can be configured to delete branches when PRs are merged, as described here: https://help.github.com/en/github/administering-a-repository/managing-the-automatic-deletion-of-branches The GitHub API now supports a `delete_branch_on_merge` flag on the following endpoints: * https://developer.github.com/v3/repos/#create *...

As people swap out phones pretty frequently, it's foreseeable that people will build up a lot of old devices in the "Connected Devices" section over time. Users should have the...

Enhancement

I originally reported this problem in stylelint (https://github.com/stylelint/stylelint/issues/5438), but eventually determined it was caused by `postcss-less`. * Node Version: 14.17.0 * NPM Version: 6.14.13 * postcss Version: 8.3.5 * postcss-less...

`Modem.prototype.dial` can call its callback multiple times, which violates that principle that Node-style callbacks of this type should be invoked only once with either an error or a result. This...

There's an annoying problem with allowing multiple SSO providers for a given institution: if a user logs in with provider A, then changes their email (UID), then logs in with...