Serle Shuman

Results 13 issues of Serle Shuman

Hi, I would like to have a more generic option change handler as I have a number of typeahead controls on the page each with a different input id. Would...

Old Example ``` const SOMETHING_CHANGED_TOPIC = "something_changed" export const resolvers = { Subscription: { somethingChanged: { subscribe: () => pubsub.asyncIterator(SOMETHING_CHANGED_TOPIC), }, }, } ``` Replace it with: ``` export const...

help wanted
good first issue
documentation

# Description I have an existing set of objects of a given type in the client cache. I would like a low level api function to be able to take...

📕 cache

I was considering using the same approach until I came across the talk. Can the resolver file for each .graphql file sit alongside its corresponding schema and be merged into...

Please could you consider supporting react-custom-scrollbars on your menu

Please could you update the component to allow one to disable the ripple on the IconButton

### Problem to solve Driving hurl from a test runner I need to pass a json request body variable into the hurl script. I wrap the value in single quotes...

enhancement
topic: template

To get tests working in jest without holding onto open handles one needs a way to clear the timeout after tests have run. Susggest that you add a method to...

Please could this control be upgraded to use material-ui 1.0 now that it has been released

Can I use the createSelectable(cmp) as an ES7 decorator? I need to chain the decorators as I want to use this library in combination with the react-dnd higher order component.