mato-a

Results 14 comments of mato-a

Hi @MrGriefs , While trying to reproduce the bug I've discovered the issue is probably not really related to global vs local installation but to how the command is triggered:...

+1 Same issue using Git Bash on Win 10, node v17.8.0, project svelte: `npm init svelte my-app`

Hi there, I have found a workaround - executing the command in Visual Studio Code using git bash terminal works. Using standalone git bash fails. This issue seems to be...

Hi @acstll, Yes adding the story for ghost and ghost-secondary variant would help. > To make sure we get it right, this new ghost-secondary variant will be exactly like the...

Toogle group component is in beta. Thanks for this 🥳 We have integrated it into our project and so far we didn't find any issues with the new component, so...

Hi there, We have found some accessibility issues in the context how we are trying to use the new toggle button group component. Basically we are using the button group...

Hi @felix-ico, the issue can be reproduced also in the lastest version: `3.0.0-beta.103`

Hi @felix-ico, Thanks, it works after adding the attribute `allow-injecting-style-to-body`. Yeah, I think that the default should be set to `true`.

Hi @felix-ico There is another issue related to this. The css rule `overflow-y: auto` is set to the body of the modal, which makes it scrollable. However there is an...

Hi all, Here is a blog describing the issue related to testing web components in jest. https://www.ninkovic.dev/blog/2020/testing-web-components-with-jest-and-lit-element The issue is that jsdom support for web components is limited, so the...