Huseyn Guliyev

Results 97 comments of Huseyn Guliyev

I haven't had access to nuxt 3 yet. To be honest, with composition api available there is not much point in using this library. If someone is keen to maintain...

Hi, I am not using this module anymore. If anyone is willing to make thd required changes, they are more than welcome

To not to set any expectations, it is best to close this issue. Recommend everyone to switch to composition api. I have recently switched number of projects using nuxt property...

I have myself been looking for a way forward for our apps using this library and composition api is the most pragmatic answer. Switch is very easy and the mindset...

Actually, it should be doable, as vue also requires full definition of all component params. You can get more details [here](https://vuejs.org/v2/guide/components.html#Prop-Validation). But as you can see from the example below,...

I have been looking for a scalable microframework to use on Google Cloud Run. I have done some POCs and Jooby is very good. You can start with only what...

I have raised a separate pr #108 to resolve #72. It solves my issues and will help here as well. Thanks @userquin for the proposed fix > @pantajoe I think...

I found unocss to be the most organic/holistic way to get icons working in line with tailwind syntax/dynamic icons/icon classes and etc. With that you don't need any other libraries...

Also, one could use a polyfill for `CSSStyleSheet` https://github.com/calebdwilliams/construct-style-sheets

This would be a great addition here. There is similar thing for vitepress [sandbox](https://vitepress-sandbox.js-bridge.com/). Implementation for this library would be very similar and most of the work is done by...