D4RKAR117

Results 10 comments of D4RKAR117

That's good to hear, I'll try to improve typescript support in general for Vue 3, starting with trying to remove "any" definitions from project types. But I think it will...

Yeah i tested it in a local project of mine, but not too much in deep. i will check programmatic issues and i will try to solve them then. thanks...

Unfortunately, I still haven't been able to dedicate time to improve the typing due to my work. As soon as I have any progress I will share it.

@jtommy hey, i'm slowly advancing in typing's for `oruga-next`, i turned off the `any` rule of typescript to improve as much as posible the types and trying to solve many...

I will try to make a clean one and publish it, holidays hit hard

Yeah, by default some tools like monorepos use git scopes to automate releases of certain packages, so would be great that as @jakob1379 suggest, the AI uses conventional commits or...

It goes beyond that, usually projects use the following [package](https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional) to lint their commits using git hooks ([husky](https://typicode.github.io/husky/#/)), if the AI follow the specs configured at commitlint.config.js/ts file, and as...

Would be very useful also the usage of rollup plugins with in unbuild, It's pretty tricky and hidden if you're new to the package

Hey i also had the issue, and i narrowed the issue that is only present when the `circular` prop is `true` even without autoplay, temporal workaround is to simply put...