cahyo wibowo

Results 6 issues of cahyo wibowo

![image](https://user-images.githubusercontent.com/18083469/28237664-14735e9e-696f-11e7-94b9-72c09e02e141.png) did the headData.title from ember-cli-head doesnt replace the old title in app/index.html ?

i tried to auth using `SimpleAuth.GoogleApi`, after auth success it will redirect to google.com page if i close the page it throw `cancelexception` error. this is my code ``` onLoginGAuth()...

i try to clear user cookie in my ember app. and the cookie still there... ``` export default Service.extend({ cookies: Ember.inject.service(), removeCookies() { let cookieService = this.get('cookies'); cookieService.clear('user'); } });...

bug

got an error while running method `BoundingBoxUtils.convert` ``` E/flutter ( 8045): [ERROR:flutter/runtime/dart_isolate.cc(1097)] Unhandled exception: E/flutter ( 8045): Invalid argument(s): Size of bounding box dimBouBoxension 1 is not 4. Got 25...

its would be nice if the warn of undefined props has name (key) on the warn rather than this `logger.js:21 []: Unknown propType undefined` sorry for bad english

i can't get `this.debug` from in repo engine.

question