schelmo
schelmo
it would be nice to get the loader instance, before the loading is happening, to register some extensions maybe with an event? ```vue // ... const registerExtensions = (loader) =>...
Hi, i needed real dynamic namespaces (without the dynamic modifier), because with setup + render functions you cant really access the instance variables. also removed the requirement for the namespace...
### Before submitting the PR, please make sure you do the following - [x] Read the [Contributing Guidelines](https://github.com/vueuse/vueuse/blob/main/CONTRIBUTING.md). - [x] Read the [Pull Request Guidelines](https://github.com/vueuse/vueuse/blob/main/packages/guidelines.md). - [x] Check that there...
hey, laravel 11.x added a new mariadb driver. this adds support for it. references: https://laravel.com/docs/11.x/upgrade#dedicated-mariadb-driver https://github.com/laravel/framework/pull/50146
### UnoCSS version 0.56.5 ### Describe the bug when using the variant group transformer and including js/ts files in your unocss pipeline like: ```js UnoCSS({ content: { pipeline: { include:...