Kabir Goel

Results 33 comments of Kabir Goel

We now provide Tailwind support through #1155.

Same issue on Node 8.5 and Yarn 1.1.0. Says it's saved lockfile, even though it hasn't.

Sure, go ahead :smile: You'd be implementing this for the name matchers (substring, prefix, suffix, etc.). I'd make sure that the output is not colored when piping (I used [mattn/go-isatty](//github.com/mattn/go-isatty)...

Have a look at the source code (specifically, [`fu.go`](https://github.com/kbrgl/fu/blob/master/fu.go) and [`matchers.go`](https://github.com/kbrgl/fu/blob/master/matchers/matchers.go)). I've thought about this, and I think the best way to implement this is to replace the rename the...

@duttaditya18 Great, thanks!

That does sound like a good idea. Some of the features you've mentioned are, in fact, present in Scroller. Others can be easily implemented. If you're okay with keeping Scroller...

Thanks! I’ll review and merge soon as I can.

Thanks for the reproduction steps! I think disabling pause-on-hover is a sensible option to have.

Could you link a repo/CodeSandbox/REPL that reproduces this problem?

I imagine this is expected, and strategies to fix this would probably revolve around some kind of persistence of state across page transitions.