Joel Hernández

Results 151 comments of Joel Hernández

Another thing noticed, on the current master of flutter/plugins, there's no loading issue. So I'm assuming it's on the caching part.

I think this works too given that the `moment` dependent package already contains extensive typings. Type declarations: ``` import Vue from 'vue' import moment from 'moment'; declare module 'vue/types/vue' {...

There is no `package.json` `main` attribute to the module name, meaning it cannot be used as ``` js import angularTypescript = require('angular-typescript'); ``` or even better (if ambient declaration files...

No, this is because Heroku machines are ephemeral, meaning any plugin or theme you install in the machine will dissapear after a while. If you want to persist your themes...

This is such a basic thing to have.. Any update on this?

Awesome. Thanks @platelk !

I'm also seeing no media being populated in the `Status`. 3 years after this was opened, is there a way forward?

Current workaround is installing directly from github and manually requiring the scripts: ```sh npm install https://github.com/markgoodyear/scrollup --save ``` Then ```js import 'scrollup/dist/lib/jquery.easing'; import 'scrollup/dist/jquery.scrollUp'; ```