Jonas Zuberbuehler

Results 32 comments of Jonas Zuberbuehler

Argh, ok. I will have another look when I have time. If you have a fix PRs are always welcome :).

@donnygunawan93 Maybe http://blog.z00bs.com/2015/11/using-angular-busy-to-intercept-all.html is of help for you?

I was only interested in the version (passing in the whole package.json wouldn't hurt though IMO).

> The problem is that we don't want to force projects to use npm or even have a package.json. Our "translator" concept allows the use of other dependency management tools,...

This is how I currently set the version/commit hash during build process (once this is done, this certainly can be improved): ```javascript module.exports = async function ({ workspace }) {...

@RandomByte My use case was targeting a param in `ui5.yaml`.

AFAIR (lots happens in two weeks :)) I was trying out the new framework option where you don't need to specify the openui5 deps in package.json. Therefore my IDE (IntelliJ...

@petermuessig I've just updated from `3.2.4` to `3.2.5` and in my project `"xlsx-js-style": "1.2.0"` does not load correctly anymore. Anything we need to adapt?

I've published a similar module for Ionic 2/3. You can find it here: https://github.com/jonaszuberbuehler/ion-affix

I am confused: should an already existing job with an repeat interval be restarted after `pulse.start()` call? I just made a simple hello world, the following job is defined in...