Max Scopp
Max Scopp
Waiting for merge. I'm testing using a real device, however, I haven't implemented `autoConnect: true` for my app, yet. Apart from that, the PR works well for me. Will respond...
I am aware of this error and just looked into it. It's _not really_ a sass-brunch error, brunch itself calls the Plugin in order to compile that file, but since...
I might do it when I find time before you @alesgenova, so keep us updated.
I think it would be better to have the top/left values as absolute pixels instead of percentages, but re-doing that is a bit much work IMO. Also, I quite like...
You can use [vscode Stencil tools](https://marketplace.visualstudio.com/items?itemName=natemoo-re.vscode-stencil-tools) in the meantime, you can configure the extensions.

Thanks for your Response, I've gotten myself a drink yesterday and reworked the whole template. I was able to get the environment running and no longer have any errors, if...
Afaik, you get that already from the typescript typings? Otherwise, in non-typescript projects, you can use `@Watch` to validate each new prop. And if that is at mount-time `null` or...
So first I'd like to clarify two things: - If you're running your components in an **parent Project, like React**, those props are reflected from the wrapper, which may generate...
OH, I **think** I finally understand. You want an `` that's exactly like an `` but don't want to explictily tell stencil that `` has the same interface and logic...