Frederik Schubert

Results 30 comments of Frederik Schubert

Alright! I think I will spend some time playing around with the hot-loader during the holidays :). Then I will really see which features are needed and will create issues...

I did some work on this and my current state can be seen [here](https://github.com/frederikschubert/angular2-hot-loader/blob/component-scoped-hot-reload/lib/client/client.ts#L112). ~~I didn't find a way to destroy a component yet.~~ I got it working now. Though...

I have mostly implemented the component-scoped reload [here](https://github.com/frederikschubert/angular2-hot-loader/blob/component-scoped-hot-reload/lib/client/client.ts#L122) but I have a problem with the change detection. The CD only runs for the changed component but not for its parent,...

I fixed the build for the `HEAD~1` commit of the master branch (https://github.com/deepmind/launchpad/commit/221109bada089447733260c28fe9a71e8e233c9d) and tensorflow 2.12.0 [here](https://github.com/frederikschubert/launchpad/tree/fix-tensorflow2.12.0-build). This works with the latest version of reverb (0.11.0).

It seems to hang at this request: ``` http://localhost:8000/node_modules/sha.js/index.js ```

I now disabled caching and the first request that stays in a `pending` state is `http://localhost:8000/node_modules/inherits/inherits_browser.js`.

This is really hard to debug, as the browser freezes as soon as I include plugin-typescript.

Alright. I will try to debug it further tonight. I just noticed that the lock file still contains the urls to my company's proxy. :) So that will probably have...

So I narrowed it down to `jspm-nodelibs-buffer` and/or `jspm-nodelibs-string_decoder`. I added the nodelibs one by one and when I added either one of these the error occured. Without them, the...

I tried both. `string_decoder` depends on the global `Buffer` object. So maybe the `buffer` package still is the problem and my mapping did not work as intended.