Kevin Pinto

Results 13 comments of Kevin Pinto

I added this method in the module : ``` f.prototype.getProfile = function() { var a = b.defer(); gapi.client.load("oauth2", "v2", function() { gapi.client.oauth2.userinfo.get().execute(function(resp) { gapi.client.load("plus", "v1", function() { gapi.client.plus.people.get({'userId':resp.id}).execute(function(b) { a.resolve(b);...

And for others informations ? like **places lived** or **birthdate** ? I don't find any informations about this, is there a scope for get the information like [here](https://developers.google.com/+/web/people/#tryit_email) ?

I found the solution. Its because jquery.mobile.css has multiple overflow-x:hidden; in my case I have commented the property overflow-x: hidden; of the following css rules : .ui-panel-wrapper / .ui-mobile .ui-page-active...

You should considering CSS option : ``` @mixin smallViewport { @media (max-width: #{$smallViewport - 1px}) { @content; } } .wrapper { display: block; @include smallViewport { display: none; } }...

It should be interesting to allow custom names for our configuration. In my case i need this king of configuration : ``` const BREAKPOINTS = { smallViewport: { min: 0,...

Update: It seem's that the problem still comes with the version under `0.7.0`. for this scenario : - Create a new empty block by pressing ENTER key (to create new...

Could we shut down this warning with a flag ? `--silent` or `--quiet` maybe ?

What about `@react-hookz/web` ? https://react-hookz.github.io/web/?path=/docs/migrating-from-react-use--page