Daniel Jackson

Results 15 comments of Daniel Jackson

Probably the same issue... In Firefox: ``` SyntaxError: function statement requires a name function(){window.$clamp=function(e,g){var m,k,j,r;function s(a,b){i ```

Seen this? https://github.com/samriley/Backbone.NativeView/commit/c0d8210471923243f19ac288fbc10bd354ae98de

Just ran into this with `6.4.0-alpha.30` in our Angular app, (we are also using `addon-storyshots`) so I wonder if it's related to [this line](https://github.com/storybookjs/storybook/blob/7064642e1aee7786c77fe735c064c0c29dbcee01/addons/storyshots/storyshots-core/injectFileName.js#L12)

Yeah - I reported this https://github.com/visjs/vis-timeline/pull/1020 over a year ago - trying to perform an `npm audit fix` pulls in latest `7.5.1` package and then breaks TypeScript compilation Got a...

Confirmed, I'm currently upgrading to my app to Angular 9 and without `@types/sortablejs` the build fails to compile

Would be good to rebase this with latest master @Bkucera

This is borked for me too - only when my dependency is installed locally can I get things to work, otherwise: ``` var gulp = require('gulp'); ``` ``` Error: Cannot...

I think I've stumbled across this too - would you still like a test reproduction? For anyone that runs into this - I removed 3 needless `render()` calls with the...

I'm still getting these no matter if run with `--verbose` or not. Could these files be created in the .tscache directory instead? Thus keeping all grunt-ts related files in a...

I had the same issue and it does indeed look like `ping` requests are to blame - specifically I had Google Analytics on the site being loaded, all calls to...