Tomasz Pluskiewicz

Results 301 comments of Tomasz Pluskiewicz

I see where you're going but I wouldn't necessarily bake this into twc concretely. After all [lazy-imports](https://github.com/Polymer/lazy-imports) only one possible way to achieve... lazy imports. It's just a nuisance that...

The best bad idea I have is an additional annotation but it would just increase fragmentation.

Following our conversation, here's what we pretty much came up with: 1. Add lazy imports to main Polymer interface? ``` typescript interface LazyImportsMixin { importLazyGroup(this: T, groupName: keyof T): Promise;...

I'd expect multiple logs. One for each generated mixin.

Sure, that would work too. I don't have a strong opinion

I think that Heracles should not remove hypermedia. I'd keep the representation as close as possible to the vocabulary to lower the barrier of entry. *Principle of least astonishment* and...

Well, fetch is already promise-based so it's a natural pattern to follow with any deferred processing. I'd even use async/await... And about processing itself, yes the client cannot assume what...

@veith, sorry I forgot about this comment for a while. You mean that works for initial position? The idea here was to add declarative positioning like ``. Currently the only...