cahyo wibowo
cahyo wibowo
 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'); } });...
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