C.J. Winslow

Results 26 issues of C.J. Winslow

If so when, and where would you raise them?

Hey person coming here from SO/Google/DuckDuckGo or some other means. You might have noticed that this project seems quite inactive. You may have even already spent several hours or days...

### Is your feature request related to a problem? I'm frustrated that I have to add manual validation after my prompt runs for multiselect prompts ### Describe the solution you'd...

I'd like to use this within a larger set of CI checks that I currently have in a custom script. As is I need to spawn this via exec and...

Initially found this issue while migrating to jest-circus and [filed an issue there](https://github.com/facebook/jest/issues/11552) but turns out it's an enzyme bug ### Link to repro repo https://github.com/Whoaa512/jest-circus-each-bug #### API - [x]...

Need More Information

Given that you support inline css for Styled-Components, could you add support for highlighting GraphQL in .gql/.graphql files and inline in JS? Example files: https://gist.github.com/Whoaa512/7143d918aba16d9b201778897db18681 I realize the type def...

enhancement
feature

Image: Code: ```js // @flow type PromiseFuncType = (*) => Promise export type ApolloClientType = { mutate: PromiseFuncType, query: PromiseFuncType, } ```

bug

Broken: Here's a small repo case: ``` // @flow export default class Foo extends Bar { multilineArrowFn = ( eventName: string, handler: (evt: SyntheticEvent) => void, bubbles: boolean = false,...

bug
help wanted
sublime regex limitation

The hygen FAQ says that it was built "to solve developer effectiveness in a multi-team, multi-module monorepo", however I'm curious about how to use it for that?  From reading through...

discussion

Amazing piece of software you've got here. Has saved my team countless hours. I'd like the ability to be able to run an arbitrary function on the matching line and...

enhancement
reproduce