Justinas Delinda
Justinas Delinda
> How do you prevent all parsers included, without putting each parser in it's own module? The `music-metadata` package that is published to NPM is not bundled, it's just separate...
Lazy loading would be done by the user if needed, since user generally knows what files they want to parse, before hand. In my personal use case I can't use...
I am still very interested in this. Size issue is still very concerning. Would you accept a PR which added support for it in non breaking way? I haven't done...
UID field not respecting pluginOptions `localized: false`, makes it impossible to uses UID in any meaningful way. Given it's been more than a year since this bug was reported, are...
I am using popover without transforms and it still doesn't work. It seems if triggering button is inside the parent which is containing block positioning completely breaks. [Reproduction](https://stackblitz.com/edit/vitejs-vite-x9nj1a?file=package.json,src%2Fmain.ts,index.html,src%2Fstyle.css,src%2Fvite-env.d.ts&terminal=dev).
Proposed solution in that comment did not work for me :/
You should be able reproduce issue here https://github.com/minht11/astro-monorepo-types-issue
I installed volar extension to see virtual files for vue components in design-system package and they are empty, because of this line https://github.com/withastro/language-tools/blob/7e5ccb70a59b0449048295b24e8cb4742063f6b0/packages/language-server/src/core/utils.ts#L17-L23 As far as I understand astro resolves...
I have event listener in the container action. Right now calling `e.stopPropagation()` on button click does not stop parent action listener. Is that expected limitation or a bug I should...
Since https://github.com/sveltejs/svelte/pull/11295 mixing new and old event systems is forbidden. Any solution to my use case in https://github.com/sveltejs/svelte/issues/9714#issuecomment-1890924581?