Justinas Delinda

Results 96 comments of Justinas Delinda

No worries. Fixed conflicts 😁

This would be very unintuitive for the regular users, if error is handled in some cases and not in others, from my own codebase I have few cases like: ```ts...

Experiencing this as well, this only occurs in .vue files, not seeing any issue in .ts files. https://github.com/user-attachments/assets/5e5a5772-476f-49e4-9710-407fd52a58ca Note popup incorrectly shows `Hybrid ModeDisabled`, even tho workspace option is `typeScriptPluginOnly`

Which option is that? Edit: changing it to auto does seem to fix it for duplicate vue imports, though it breaks my monorepo auto imports with different issues.

I am actually not sure if it is postcss related or https://unocss.dev/transformers/directives

Can you explain a bit more why would you want to control pitch of the audio? Would visualizer cover your needs? As for speed, do you listen to non music...

If this was implemented it would part of bigger equalizer feature.

No, I implemented half of the rule a while back but got stuck with checking if the function param is the same as in the body. Unassigning myself.

There will be no breaking changes for current entry point users because all parsers are provided: ```ts if (!options.parsers) { options.parsers = ALL_PARSERS; // the same behavior as before, but...

User configurable parsers would still be nice, but are less needed now because of https://github.com/Borewit/music-metadata/pull/2231. Closing.