Christian Rackerseder

Results 68 comments of Christian Rackerseder

Same here with SystemJS and jspm. See also https://github.com/jspm/jspm-cli/issues/1108

Same here. Any solution for that?

I made a sample [project](https://github.com/screendriver/rewire-demo) Just make a `npm install` and after that `npm test` and you should see what's happening. Thank you 👍

@speedskater thank you. It seems to work. But how can I rewire the whole function instead extracting the return value to a variable? For example if I have a function...

I am already using v0.7. It does not work. If I click on "Play" nothing happens (I have 5 tabs open with Soundcloud.com opened) Using Windows 8.1 and Firefox 33.0.2

My web developer console displayes nothing special related to your Soundcloud plugin. I know that it grabs the first open tab. I only wanted to show that I have more...

Ah forget about my last post. I found it! I had opened another soundcloud tab (I oversight it). I clicked on it so Firefox had to load it first (after...

~~The null coalescing operator `??` should also be counted in my opinion because it also creates conditional branches which are increasing complexity:~~ ~~- `value` is `null` or `undefined`~~ ~~- `value`...