Rahat Ahmed

Results 19 comments of Rahat Ahmed

Noticed a bug in this feature, thought I'd share it here instead of making an issue since it's undocumented: ```js const Checkit = require('checkit') const validator = new Checkit({ 'a.b':...

Forgive me for plugging my own library but I think it is more accurate to the examples given in the Material design guide: https://github.com/rahatarmanahmed/CircularProgressView The only problem I can think...

I would prefer it if you used my library as a dependency, and any changes you need be made as pull requests. But otherwise, I don't have any objections.

I've figured out why you can't draw anything on top of the FAB. This only happens in Lollipop because it uses elevation on Lollipop. Anything on a higher elevation has...

Oh @nwalters512 I forgot to mention to solve the clipping issue, I had to put clipChildren on both the surrounding FrameLayout as you see, AND the parent RelativeLayout. No clue...

Oh yeah is-electron-renderer wouldn't exactly work, my bad. But you can see how they [detect](https://github.com/jprichardson/is-electron-renderer/blob/master/index.js) a node-like environment by checking for the existence of `process`. You just need to check...

Actually I'm not sure we need a dummy window, I'll have to look into that. On Jul 30, 2014 4:32 PM, "Tyson Cleary" [email protected] wrote: > I'd like this too....

Not working in Linux either (elementary OS Luna) ![da3kype](https://cloud.githubusercontent.com/assets/3174006/3758232/98236132-1844-11e4-850a-bf51cd50a3ef.png)

On Windows 7 I get the default node-webkit icon. Seems that there are icons available, but the package.json's window.icon does not point to any of them. However this just for...