Kevin Suttle

Results 54 issues of Kevin Suttle

No false positives. This doesn't seem to work. Any ideas? ``` if $1 !== dev 2>null echo "Port" $1 "found and killed." else echo "Port" $1 "was not open." ```...

bug

Would be great to have this as an entry https://github.com/caskroom/homebrew-fonts

https://github.com/mugli/learning-graphql/blob/master/7.%20Deep%20Dive%20into%20GraphQL%20Type%20System.md#graphqlinterfacetype Seems like you don't. Could just make custom types. Are you doing it for brevity?

I assume this is using https://github.com/webpack/loader-utils#interpolatename or https://github.com/garycourt/murmurhash-js ? Is there a config object to specify this?

https://hackernoon.com/rethinking-javascript-eliminate-the-switch-statement-for-better-code-5c81c044716d ```json5 "no-break": [true, {"ignore-switch": "true"}], // maybe continue is included here or a separate rule? "no-if": "true", // or maybe "prefer-ternary"? "no-loops": [ true, "while", "for", "do" ] ```

help wanted
fixed in eslint port

Would it make sense for the JSS ThemeProvider to not only accept `theme` but also `colorScheme` or `mode`? https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme I've seen some handle it [this way](https://styled-system.com/guides/color-modes), but it doesn't seem...

Reminder: https://stackoverflow.com/questions/30019235/how-to-access-all-response-times-on-every-route-in-express-4/30029024#30029024 Thanks @dougwilson.

I've been using it exclusively for some time now with no problems. I also personally don't use Compass, so I wouldn't miss it. I know there are those that do,...

enhancement

Thinking about https://github.com/editorconfig/editorconfig-core-js/issues/30, it would be handy to have a collection of presets. ## Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/28954240-presets?utm_campaign=plugin&utm_content=tracker%2F76099&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F76099&utm_medium=issues&utm_source=github).

feature request

In the spirit of ESLint and Babel, would it make sense to allow editorConfig settings in package.json? I feel like it probably doesn't, but I wanted to have it documented...

enhancement