RT

Results 14 comments of RT

Hello everyone, My question is a bit opposite. I do see translations as a copy of translation folder from the host app in every in-repo engine. can I somehow disable...

In our app all our engines are lazy + nested lazy. So, ember build creates a copy of translation folders in every engine. This seems strange for me. Why do...

Had something similar after update from 0.5.24 to 0.8.2 ``` included(app) { this._super.included.apply(this, arguments); this.import(path.join(app.project.root, 'vendor', 'accounting.js')); ``` accounting.js doesn't get into the lazy engine vendor bundle. Is there any...

Seems I found the reason. Works: ``` "ember-engines": "ember-engines/ember-engines#b860666b70ff5b08c1c855238473262843923522", - dist/engines-dist/profile/assets/engine-63031870dd3da2a1f823df35619aa8fd.js: 1.3 KB (594 B gzipped) - dist/engines-dist/profile/assets/engine-vendor-7801967ab7cd28211198cbe0651b7ef2.js: 2.9 KB (1.22 KB gzipped) - dist/engines-dist/profile/assets/engine-vendor-d41d8cd98f00b204e9800998ecf8427e.css: 0 B ``` Doesn't work:...

I can be wrong but looks like it depends on brocolli-concat selected strategy https://github.com/broccolijs/broccoli-concat/blob/d08f478100ee920e7cac7a32accdd158f35fde08/index.js#L17 And in case of SimpleConcat strategy file is not included into the bundle. But if we...

Small demo app: https://github.com/catz/eng-test User object from wall-engine is shared to nested host-engine via app service property.

@swarnavallis > Is there a way to share services from parent engine to child engine (nested engines) Did you check http://ember-engines.com/guide/services Or see my initial question

@swarnavallis and this is exactly what I asked but didn't find any practical solution without sharing via host app.

audio capturing via microphone works very different across mobile devices. mostly good on android devices (shows recorder) and do not work at all in iOS. [Record Audio In HTML5](https://blog.addpipe.com/tag/record-audio-in-html5/)

I suppose you can use this feature https://github.com/splitrb/split/pull/460 (probably required to modify dashboard)