Ray Shan

Results 30 comments of Ray Shan

Is this still relevant in the post-Lollipop world?

I second the love for this website, and this enhancement request. There are a lot of advanced grid use cases we can add, such as packing layouts with auto-placement, auto-flow,...

@pommesgabel wow thanks very much for the detailed explanation! Didn't know REPL mode made a difference. I'll leave this open in case the author decides to note this in the...

Hi, I ran into an issue today that may be related to this: https://github.com/bower/bower/pull/1436#issuecomment-50249664

Thanks Gregg. I'm not sure what's happening so I'll wait for the bower team to rescue me.

Thanks @lcxfs1991, very helpful.

You're right, Cmd+C/Cmd+V works. Yes cut operation defaulting to Cmd+X would make it complete.

@monouser7dig you're right, although I find this strange considering how cut / paste typically work. I'll remove "finder-like" from this issue.

If you just don't want to declare the file paths in `tsconfig.json` again you can do: ``` js let tsPaths = require("./tsconfig.json").files; ``` I typically watch both `ts` files and...