MaximSagan
MaximSagan
I am having the same problem. [Apparently, other similar libraries take the approach of setting unique IDs](https://stackoverflow.com/a/52269973/3835389) as suggested here.
This could also help with workarounds to the lack of an `override` keyword like [this one](https://github.com/microsoft/TypeScript/issues/2000#issuecomment-520399260) which currently only works on `public` members (when it would ideally work on `protected`...
@thornjad @jesseditson As this PR is 6 years old and (as one might expect) has gone stale, I rebased, fixed merge conflicts and made a new PR here: https://github.com/http-party/http-server/pull/837
Sorry to be that guy, but... any updates?
> I'm not even using TypeScript and would prefer having all props neatly separated. In the same way that I would never do `let foo, bar;` or `export let foo,...
Still occurring in latest
@pkozlowski-opensource Is this still in the works, or should we take @angular-robot's comment to mean that this won't be done?
> Seems like script for bot wasn't tested enough;) @pkozlowski-opensource
> Is @thornjad the only one to merge on this project? Is there any realistic ETA for this to be contained in a new release? Yep, it's only @thornjad, and...
Shouldn't we be using the `host` to represent the parent element? I would think that when we're working with `position: fixed` content, we're more concerned with the viewport. For this...