Maros Hluska

Results 35 comments of Maros Hluska

Hi Sebastian, If I manually insert `require('test')` at the end of `build/js/test.js` everything loads fine. RequireJS actually supports this feature with the [insertRequire option](https://github.com/jrburke/almond#triggering-module-execution-). It doesn't seem to do anything...

@t4t5 I'm actually noticing that this is still sporadically broken for me :( Edit: Nevermind, it's broken for another unrelated reason (array#firstObject not working in FastBoot for some reason)

I came up with the following hack: app/components/head-layout.js: ```js import { computed } from '@ember/object'; import { htmlSafe } from '@ember/string'; import { inject as service } from '@ember/service'; import...

There's no testnet support for Bitcoin Cash [with the Block Explorer API](https://twitter.com/mhluska/status/1050646790209327105). We'd have to add another external API for that or wait until Block Explorer supports it. It should...

@ebryn did this die off? I'd love to be able to control the generated class names for all classes in a module.

I'm not able to solve this problem when there are multiple video elements on the screen. The error seems to trigger when I call `.play()` on one while the previous...

@chrisgeek you've moved on to an alternative with last commit 3 years ago?

Nevermind, I see that this is happening in the latest version. Going to close.

Actually, there is still the issue of including too many icons in the subset and not being warned about it.

The `as_json` hack above doesn't seem to work in the latest version (0.10.7). How can I enforce specifying a serializer for a model today?