Raphael Eidus

Results 24 comments of Raphael Eidus

@oncletom @shootaroo The grunt API allows one module to register multiple tasks, so unless you eager load the module or provide a full list of tasks registered this would be...

@mrandi is this about getting these flags added to the generated shell command? I don't feel these are useful in the actual UI inspection but could be useful to make...

You can achieve this affect today just by changing out the image from some control.

feelings on bower vs npm?

Interesting thanks. I will do some research on how to include CSS in an NPM package and then make twenty-twenty available On Sat, Jun 10, 2017, 03:54 Andrei Glingeanu wrote:...

Thanks for the tip I will check it out. On Sat, Jun 10, 2017, 12:18 Andrei Glingeanu wrote: > Awesome! The best option to check out is the twbs/bootstrap >...

you need to set `notifyOnNetworkStatusChange: true,` on your options for useQuery, then the `onComplete` and `onError` will get called for each update not just the first. POC: https://codesandbox.io/s/keen-browser-7n1oem?file=/src/index.tsx related docs:...

This requires ruby 2

Checking back in on this. The partial caching is a must have for good SSR. I am looking at starting a new project in React 15 to use this library...

@jtsimoes I love this. would you mind submitting a PR for it?