Frederik Schubert

Results 30 comments of Frederik Schubert

@striky1 The colors only appear when the `selected` property is set on the `map-chip`.

I am traveling right now so i cannot contribute with a PR. But wouldn't it be sufficient to change [this](https://github.com/wardbell/a2-in-memory-web-api/blob/master/src/in-memory-backend.service.ts#L304)? I mean just passing back the copy of whatever the...

Ok, thanks for your quick response. I will think about how an extension point might look like and contribute a PR as soon as I am back home.

Thank you for your quick response! From a first look at your resources, it seems to be rather difficult to determine the connection between the memory and the drawn pixels....

@tpietzsch The workaround works great! For anyone who also stumbles upon this issue: the needed [lib](https://pyobjc.readthedocs.io/en/latest/install.html) can be installed via ```bash pip install -U pyobjc ```

I think the only change that is necessary would be to change [this](https://github.com/brillout/gulp-jspm/blob/master/index.js#L42) line. `bundleSFX` should simply be changed to `build`. I would also like to use this plugin with...

Sorry I have been traveling the last months and forgot to reply. The beta approach sounds good!

I think that inputs, outputs and methods should **not** be transferred from the old component to the new one. So this leaves only the internal state of the component and...

Using your approach should also enable us to hot-reload only those components that have changed, keeping the overall state of the application. If we have a handle on the views...

I think the patching of the component's constructor does not work yet. Also I read something in your code regarding the `@RouteConfig` decorator. Does this fix the issue you mentioned...